Interface ImmutableChallenge

All Known Subinterfaces:
Challenge
All Known Implementing Classes:
AuthChallenge, ImmutableChallengeImpl

public interface ImmutableChallenge
  • Field Details

  • Method Details

    • getAuthenticationResult

      @Nullable @Nullable AuthenticationResult getAuthenticationResult()
      Returns the authentication result to this challenge. This may be null while authentication process takes place, but must not be null on successful authentication.
    • getState

      Returns the state of this authentication challenge.
    • getMessages

      List<String> getMessages()
    • getVotes

    • getAttribute

      @Nullable @Nullable Object getAttribute(String key)
    • getAttributes

      Map<String,Object> getAttributes()