Interface PrincipalRenameHandler

All Known Implementing Classes:
ClientEntryPrincipalRenameHandler, RemoteContextPrincipalRenameHandler, SecurityContextPrincipalRenameHandler

public interface PrincipalRenameHandler
  • Field Details

    • SECURITY_CONTEXT_HANDLER_ORDER

      static final int SECURITY_CONTEXT_HANDLER_ORDER
      See Also:
  • Method Details

    • usernameChanged

      void usernameChanged(PrincipalUpdateData data)
      Notified after the transaction has been completed.
    • usernameIsChanging

      void usernameIsChanging(PrincipalUpdateData data)
      Notified at the time the value for the username is changing.