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 PrincipalRenameHandler
SECURITY_CONTEXT_HANDLER_ORDER -
Constructor Summary
ConstructorsConstructorDescriptionRemoteContextPrincipalRenameHandler(RemoteContextManager remoteContextManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidNotified after the transaction has been completed.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PrincipalRenameHandler
usernameIsChanging
-
Constructor Details
-
RemoteContextPrincipalRenameHandler
-
-
Method Details
-
usernameChanged
Description copied from interface:PrincipalRenameHandlerNotified after the transaction has been completed.- Specified by:
usernameChangedin interfacePrincipalRenameHandler
-