See: Description
Interface | Description |
---|---|
Assertion |
Represents a security assertion obtained from a successfully validated ticket.
|
CasProtocolAttributesRenderer |
This is
CasProtocolAttributesRenderer that decides how cas protocol attributes
should be rendered in the final validation response. |
CasProtocolValidationSpecification |
An interface to impose restrictions and requirements on validations (e.g.
|
ServiceTicketValidationAuthorizer |
This is
ServiceTicketValidationAuthorizer . |
ServiceTicketValidationAuthorizerConfigurer | |
ServiceTicketValidationAuthorizersExecutionPlan |
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.
|
DefaultAssertionBuilder |
This is
DefaultAssertionBuilder . |
DefaultServiceTicketValidationAuthorizersExecutionPlan | |
DelegatedAuthenticationServiceTicketValidationAuthorizer | |
ImmutableAssertion |
An immutable, serializable ticket validation assertion.
|
RegisteredServiceDelegatedAuthenticationPolicyAuditableEnforcer | |
RegisteredServiceRequiredHandlersServiceTicketValidationAuthorizer |
Enum | Description |
---|---|
ValidationResponseType |
Enumerates the list of response types
that CAS may produce as a result of
service being validated.
|
Exception | Description |
---|---|
UnauthorizedServiceTicketValidationException |
An exception that may be thrown during service ticket validation
to indicate that the event is not authorized.
|
Classes to perform additional 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.