Interface UserSettingsModifier
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PasswordChanger
,PresenceModifier
,SubstituteModifier
An action that modifies the current user.
Created by IntelliJ IDEA.
User: jsc
Date: 09.03.12
Time: 18:05
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modify()
Implement to define action that modifies the current user.
-
Method Details
-
modify
Implement to define action that modifies the current user.- Throws:
SystemException
- when the server call failsAuthenticationException
- when authorization fails
-