Package ch.tocco.nice2.userbase.api
Interface PrincipalRenameHandler
- All Known Implementing Classes:
ClientEntryPrincipalRenameHandler
,RemoteContextPrincipalRenameHandler
,SecurityContextPrincipalRenameHandler
public interface PrincipalRenameHandler
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notified after the transaction has been completed.void
Notified at the time the value for the username is changing.
-
Field Details
-
SECURITY_CONTEXT_HANDLER_ORDER
static final int SECURITY_CONTEXT_HANDLER_ORDER- See Also:
-
-
Method Details
-
usernameChanged
Notified after the transaction has been completed. -
usernameIsChanging
Notified at the time the value for the username is changing.
-