| 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.remoting.server |
Classes to allow CAS to be exposed as a server.
|
| org.jasig.cas.validation |
Classes to perform additiona validation the Assertions provided by
the CAS server.
|
| org.jasig.cas.web |
In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL
values to Java classes.
|
| org.jasig.cas.web.view |
Package dealing with custom views such as writing directly to the response output for a CAS 1 response.
|
| Modifier and Type | Method and Description |
|---|---|
Assertion |
CentralAuthenticationServiceImpl.validateServiceTicket(String serviceTicketId,
Service service) |
Assertion |
CentralAuthenticationService.validateServiceTicket(String serviceTicketId,
Service service)
Validate a ServiceTicket for a particular Service.
|
| Modifier and Type | Method and Description |
|---|---|
Assertion |
RemoteCentralAuthenticationService.validateServiceTicket(String serviceTicketId,
Service service) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableAssertionImpl
Default implementation of the Assertion interface which returns the minimum
number of attributes required to conform to the CAS 2 protocol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCasProtocolValidationSpecification.isSatisfiedBy(Assertion assertion) |
boolean |
ValidationSpecification.isSatisfiedBy(Assertion assertion) |
protected boolean |
Cas10ProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion) |
protected boolean |
Cas20ProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion) |
protected abstract boolean |
AbstractCasProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion)
Template method to allow for additional checks by subclassed methods
without needing to call super.isSatisfiedBy(...).
|
protected boolean |
Cas20WithoutProxyingValidationSpecification.isSatisfiedByInternal(Assertion assertion) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceValidateController.onSuccessfulValidation(String serviceTicketId,
Assertion assertion) |
| Modifier and Type | Method and Description |
|---|---|
protected Assertion |
AbstractCasView.getAssertionFrom(Map model) |
Copyright © 2004-2012 Jasig. All Rights Reserved.