Class AuthenticationResult

    • Method Detail

      • isSuccess

        public boolean isSuccess()
      • isFailure

        public boolean isFailure()
      • getException

        public Optional<Exception> getException()
        The exception associated with the authentication failure, if available. Typically this is a subclass of AuthenticationException.
        Returns:
        exception associated with the authentication failure