public class UnsatisfiedAuthenticationPolicyException
extends org.apereo.cas.ticket.AbstractTicketException
| Constructor and Description |
|---|
UnsatisfiedAuthenticationPolicyException(org.apereo.cas.authentication.ContextualAuthenticationPolicy<?> policy)
Creates a new instance with no cause.
|
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.ContextualAuthenticationPolicy<?> |
getPolicy()
Gets the unsatisfied policy that caused this exception.
|