| Package | Description |
|---|---|
| org.jasig.cas |
This is the entry point to the part of the CAS processing that is independent
of the user/program interface.
|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CentralAuthenticationServiceImpl.setServiceContextAuthenticationPolicyFactory(ContextualAuthenticationPolicyFactory<ServiceContext> policy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAnyAuthenticationPolicyFactory
Produces authentication policies that passively satisfy any given
Authentication. |
class |
RequiredHandlerAuthenticationPolicyFactory
Produces
ContextualAuthenticationPolicy instances that are satisfied iff the given Authentication
was created by authenticating credentials by all handlers named in
RegisteredService.getRequiredHandlers(). |
Copyright © 2004-2015 Apereo. All Rights Reserved.