Interface AuthenticationProviderEvent

All Known Subinterfaces:
DirectoryEvent<ObjectType>, DirectoryFailureEvent<ObjectType>, DirectorySuccessEvent<ObjectType>, IdentifiableObjectEvent<ObjectType>
All Known Implementing Classes:
AuthenticationFailureEvent, AuthenticationSuccessEvent

public interface AuthenticationProviderEvent
An event which may be dispatched due to a specific AuthenticationProvider.
  • Method Details

    • getAuthenticationProvider

      AuthenticationProvider getAuthenticationProvider()
      Returns the AuthenticationProvider that resulted in the event, if any. If the event occurred without any definite causing AuthenticationProvider, this may be null.
      Returns:
      The AuthenticationProvider that resulted in the event, or null if no such AuthenticationProvider is known.