See: Description
| Interface | Description |
|---|---|
| Assertion |
Return from CentralAuthenticationService.validateServiceTicket(String,
Service), the Assertion contains a chain of Principal objects.
|
| ValidationSpecification |
An interface to impose restrictions and requirements on validations (e.g.
|
| Class | Description |
|---|---|
| AbstractCasProtocolValidationSpecification |
Base validation specification for the CAS protocol.
|
| Cas10ProtocolValidationSpecification |
Validation specification for the CAS 1.0 protocol.
|
| Cas20ProtocolValidationSpecification |
Validation specification for the CAS 2.0 protocol.
|
| Cas20WithoutProxyingValidationSpecification |
Validation specification for the CAS 2.0 protocol.
|
| ImmutableAssertionImpl |
Default implementation of the Assertion interface which returns the minimum
number of attributes required to conform to the CAS 2 protocol.
|
Classes to perform additiona validation the Assertions provided by the CAS server. It allows CAS to return basically a yes/no response versus an array of information that the client would have to make a decision on.
Copyright © 2004-2012 Jasig. All Rights Reserved.