Package ch.tocco.nice2.security.api.auth
Class AuthenticationCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.security.api.auth.AuthenticationFailedException
ch.tocco.nice2.security.api.auth.AuthenticationCancelledException
- All Implemented Interfaces:
Serializable
Exception used when cancelling authentication. It may hold some data collected in the
authentication process so far.
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationCancelledException
(List<Credentials> credentials, ImmutableChallenge challenge) -
Method Summary
Modifier and TypeMethodDescription@Nullable AuthenticationResult
void
setAuthenticationResult
(AuthenticationResult authenticationResult) Methods inherited from class ch.tocco.nice2.security.api.auth.AuthenticationFailedException
getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationCancelledException
public AuthenticationCancelledException(List<Credentials> credentials, ImmutableChallenge challenge)
-
-
Method Details
-
getAttributes
-
getAuthenticationResult
-
setAuthenticationResult
-