Interface UserSettingsModifier
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PasswordChanger
,PresenceModifier
,SubstituteModifier
public interface UserSettingsModifier extends java.io.Serializable
An action that modifies the current user. Created by IntelliJ IDEA. User: jsc Date: 09.03.12 Time: 18:05
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
modify()
Implement to define action that modifies the current user.
-
-
-
Method Detail
-
modify
void modify() throws SystemException, AuthenticationException
Implement to define action that modifies the current user.- Throws:
SystemException
- when the server call failsAuthenticationException
- when authorization fails
-
-