Class ImmutableChallengeImpl
java.lang.Object
ch.tocco.nice2.security.impl.auth.ImmutableChallengeImpl
- All Implemented Interfaces:
ImmutableChallenge
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.security.api.auth.ImmutableChallenge
ImmutableChallenge.State -
Field Summary
Fields inherited from interface ch.tocco.nice2.security.api.auth.ImmutableChallenge
CREDENTIALS_ATTRIBUTE, REQUEST_URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String key) @Nullable AuthenticationResultReturns the authentication result to this challenge.getState()Returns the state of this authentication challenge.getVotes()toString()
-
Constructor Details
-
ImmutableChallengeImpl
-
-
Method Details
-
getAuthenticationResult
Description copied from interface:ImmutableChallengeReturns the authentication result to this challenge. This may benullwhile authentication process takes place, but must not benullon successful authentication.- Specified by:
getAuthenticationResultin interfaceImmutableChallenge
-
getState
Description copied from interface:ImmutableChallengeReturns the state of this authentication challenge.- Specified by:
getStatein interfaceImmutableChallenge
-
getMessages
- Specified by:
getMessagesin interfaceImmutableChallenge
-
getVotes
- Specified by:
getVotesin interfaceImmutableChallenge
-
getAttribute
- Specified by:
getAttributein interfaceImmutableChallenge
-
getAttributes
- Specified by:
getAttributesin interfaceImmutableChallenge
-
toString
-