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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.userbase.api.PrincipalRenameHandler
usernameIsChanging
-
Constructor Details
-
RemoteContextPrincipalRenameHandler
-
-
Method Details
-
usernameChanged
Description copied from interface:PrincipalRenameHandler
Notified after the transaction has been completed.- Specified by:
usernameChanged
in interfacePrincipalRenameHandler
-