Package ch.tocco.nice2.netui.impl.remote
Class RemoteContextPrincipalRenameHandler
java.lang.Object
ch.tocco.nice2.netui.impl.remote.RemoteContextPrincipalRenameHandler
- All Implemented Interfaces:
PrincipalRenameHandler
@Component
@Order(100)
public class RemoteContextPrincipalRenameHandler
extends Object
implements PrincipalRenameHandler
-
Field Summary
Fields inherited from interface ch.tocco.nice2.userbase.api.PrincipalRenameHandler
SECURITY_CONTEXT_HANDLER_ORDER
-
Constructor Summary
ConstructorDescriptionRemoteContextPrincipalRenameHandler
(RemoteContextManager remoteContextManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Notified after the transaction has been completed.void
Notified at the time the value for the username is changing.
-
Constructor Details
-
RemoteContextPrincipalRenameHandler
-
-
Method Details
-
usernameChanged
Description copied from interface:PrincipalRenameHandler
Notified after the transaction has been completed.- Specified by:
usernameChanged
in interfacePrincipalRenameHandler
-
usernameIsChanging
Description copied from interface:PrincipalRenameHandler
Notified at the time the value for the username is changing.- Specified by:
usernameIsChanging
in interfacePrincipalRenameHandler
-