Package org.apereo.cas.ticket
Class UnsatisfiedAuthenticationPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apereo.cas.authentication.RootCasException
org.apereo.cas.ticket.AbstractTicketException
org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
- All Implemented Interfaces:
Serializable
public class UnsatisfiedAuthenticationPolicyException
extends org.apereo.cas.ticket.AbstractTicketException
Error condition arising at ticket creation or validation time when a ticketing operation relying on authentication
cannot proceed due to unsatisfied authentication security policy.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsatisfiedAuthenticationPolicyException(@NonNull org.apereo.cas.authentication.AuthenticationPolicy policy) -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationPolicyUnfulfilled policy that caused this exception.Methods inherited from class org.apereo.cas.authentication.RootCasException
getArgs, getCode, withCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsatisfiedAuthenticationPolicyException
public UnsatisfiedAuthenticationPolicyException(@NonNull @NonNull org.apereo.cas.authentication.AuthenticationPolicy policy)
-
-
Method Details
-
getPolicy
public org.apereo.cas.authentication.AuthenticationPolicy getPolicy()Unfulfilled policy that caused this exception.
-