| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.ticket |
Classes that represent tickets and can manipulate tickets.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualAuthenticationPolicy<ServiceContext> |
RequiredHandlerAuthenticationPolicyFactory.createPolicy(ServiceContext context) |
ContextualAuthenticationPolicy<ServiceContext> |
AcceptAnyAuthenticationPolicyFactory.createPolicy(ServiceContext context) |
ContextualAuthenticationPolicy<T> |
ContextualAuthenticationPolicyFactory.createPolicy(T context)
Creates a contextual (presumably stateful) authentication policy based on provided context data.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualAuthenticationPolicy<?> |
UnsatisfiedAuthenticationPolicyException.getPolicy()
Gets the unsatisfied policy that caused this exception.
|
| Constructor and Description |
|---|
UnsatisfiedAuthenticationPolicyException(ContextualAuthenticationPolicy<?> policy)
Creates a new instance with no cause.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.