Class ClientEntryPrincipalRenameHandler
java.lang.Object
ch.tocco.nice2.web.core.impl.servlet.ClientEntryPrincipalRenameHandler
- All Implemented Interfaces:
PrincipalRenameHandler
@Component
@Order(-100)
public class ClientEntryPrincipalRenameHandler
extends Object
implements PrincipalRenameHandler
-
Field Summary
Fields inherited from interface ch.tocco.nice2.userbase.api.PrincipalRenameHandler
SECURITY_CONTEXT_HANDLER_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNotified at the time the value for the username is changing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.userbase.api.PrincipalRenameHandler
usernameChanged
-
Constructor Details
-
ClientEntryPrincipalRenameHandler
-
-
Method Details
-
usernameIsChanging
Description copied from interface:PrincipalRenameHandlerNotified at the time the value for the username is changing.- Specified by:
usernameIsChangingin interfacePrincipalRenameHandler
-