Interface AuthenticationHandlerExecutionResult

  • All Superinterfaces:
    java.io.Serializable

    public interface AuthenticationHandlerExecutionResult
    extends java.io.Serializable
    This is AuthenticationHandlerExecutionResult that describes the result of an authentication attempt.
    Since:
    4.1.0
    • Method Detail

      • getHandlerName

        java.lang.String getHandlerName()
        Gets handler name.
        Returns:
        the handler name
      • getCredentialMetaData

        CredentialMetaData getCredentialMetaData()
        Gets credential meta data.
        Returns:
        the credential meta data
      • getPrincipal

        Principal getPrincipal()
        Gets principal.
        Returns:
        the principal
      • getWarnings

        java.util.List<MessageDescriptor> getWarnings()
        Gets warnings.
        Returns:
        the warnings