See: Description
Interface | Description |
---|---|
ExpirationPolicy |
Strategy that determines if the ticket is expired.
|
OAuthToken |
OAuth tokens are mostly like service tickets: they deal with authentication and service.
|
SecurityTokenTicket |
This is
SecurityTokenTicket . |
SecurityTokenTicketFactory |
This is
SecurityTokenTicketFactory . |
ServiceTicket |
Interface for a Service Ticket.
|
ServiceTicketFactory |
The
ServiceTicketFactory is responsible for
creating instances of ServiceTicket . |
Ticket |
Interface for the generic concept of a ticket.
|
TicketCatalog |
This is
TicketCatalog . |
TicketCatalogConfigurer |
This is
TicketCatalogConfigurer . |
TicketDefinition |
This is
TicketDefinition . |
TicketDefinitionProperties |
This is
TicketDefinitionProperties . |
TicketFactory |
The
TicketFactory is an abstraction that decides
how CAS ticket factory objects are created. |
TicketGrantingTicket |
Interface for a ticket granting ticket.
|
TicketGrantingTicketFactory |
The
TicketGrantingTicketFactory is responsible for
creating instances of TicketGrantingTicket . |
TicketState | |
UniqueTicketIdGenerator |
Interface that enables for pluggable unique ticket Ids strategies.
|
UniqueTicketIdGeneratorConfigurer |
This is
UniqueTicketIdGeneratorConfigurer . |
Class | Description |
---|---|
AbstractTicket |
Abstract implementation of a ticket that handles all ticket state for
policies.
|
BaseTicketCatalogConfigurer |
This is
BaseTicketCatalogConfigurer . |
BaseTicketSerializers |
This is
BaseTicketSerializers
that attempts to serialize ticket objects. |
DefaultSecurityTokenTicket |
This is
DefaultSecurityTokenTicket . |
DefaultSecurityTokenTicketFactory |
This is
DefaultSecurityTokenTicketFactory . |
DefaultTicketCatalog |
This is
DefaultTicketCatalog . |
DefaultTicketDefinition |
This is
DefaultTicketDefinition . |
DefaultTicketDefinitionProperties |
This is
DefaultTicketDefinitionProperties . |
ProxyGrantingTicketImpl |
Concrete implementation of a proxy granting ticket (PGT).
|
ProxyTicketImpl |
The
ProxyTicketImpl is a concrete implementation of the ProxyTicket . |
ServiceTicketImpl |
Domain object representing a Service Ticket.
|
TicketGrantingTicketImpl |
Concrete implementation of a TicketGrantingTicket.
|
Exception | Description |
---|---|
AbstractTicketException |
Generic ticket exception.
|
AbstractTicketValidationException |
Exception to alert that there was an error validating the ticket.
|
InvalidProxyGrantingTicketForServiceTicket |
Exception thrown when a ST has already granted a PGT and is asked to do so again.
|
InvalidTicketException |
AbstractTicketException to alert that a Ticket was not found or that it is expired.
|
UnrecognizableServiceForServiceTicketValidationException |
An exception that may be thrown during service ticket validation
to indicate that the service ticket is not valid and was not originally
issued for the submitted service.
|
UnsatisfiedAuthenticationContextTicketValidationException |
An exception that may be thrown during service ticket validation
to indicate that the service ticket is not valid for the authentication
context that is requested.
|
UnsatisfiedAuthenticationPolicyException |
Error condition arising at ticket creation or validation time when a ticketing operation relying on authentication
cannot proceed due to unsatisfied authentication security policy.
|