| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextualAuthenticationPolicy<T>
A stateful authentication policy that is applied using arbitrary contextual information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllAuthenticationPolicy
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
|
class |
AnyAuthenticationPolicy
Authentication policy that is satisfied by at least one successfully authenticated credential.
|
class |
NotPreventedAuthenticationPolicy
Authentication policy that defines success as at least one authentication success and no authentication attempts
that were prevented by system errors.
|
class |
RequiredHandlerAuthenticationPolicy
Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates
at least one credential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyBasedAuthenticationManager.setAuthenticationPolicy(AuthenticationPolicy policy)
Sets the authentication policy used by this component.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.