| 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.view |
| 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)
Validate a ServiceTicket for a particular Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableAssertion
An immutable, serializable ticket validation assertion.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationSpecification.isSatisfiedBy(Assertion assertion) |
boolean |
AbstractCasProtocolValidationSpecification.isSatisfiedBy(Assertion assertion) |
protected boolean |
Cas20WithoutProxyingValidationSpecification.isSatisfiedByInternal(Assertion assertion) |
protected boolean |
Cas20ProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion) |
protected boolean |
Cas10ProtocolValidationSpecification.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(...).
|
| Modifier and Type | Method and Description |
|---|---|
protected Assertion |
AbstractCasView.getAssertionFrom(Map<String,Object> model) |
Copyright © 2004-2015 Apereo. All Rights Reserved.