| AuthenticationAwareTicket |
|
| EncodedTicket |
|
| ExpirationPolicy |
Strategy that determines if the ticket is expired.
|
| ExpirationPolicyBuilder<T extends Ticket> |
Strategy that contains configuration and metadata to construct ticket expiration policies.
|
| ProxyGrantingTicketIssuerTicket |
|
| RenewableServiceTicket |
|
| ServiceTicket |
Interface for a Service Ticket.
|
| ServiceTicketFactory |
|
| Ticket |
Interface for the generic concept of a ticket.
|
| TicketCatalog |
|
| TicketCatalogConfigurer |
|
| TicketDefinition |
|
| TicketDefinitionProperties |
|
| TicketFactory |
The TicketFactory is an abstraction that decides
how CAS ticket factory objects are created.
|
| TicketFactoryExecutionPlanConfigurer |
|
| TicketGrantingTicket |
Interface for a ticket granting ticket.
|
| TicketGrantingTicketAwareTicket |
|
| TicketGrantingTicketFactory |
|
| TicketState |
The interface to describe the status and status of the ticket,
with metadata such as number of times used, last time used, etc.
|
| TransientSessionTicket |
This is TransientSessionTicket that allows CAS to use the ticket registry
as a distributed session store for short-lived non-specific objects.
|
| TransientSessionTicketFactory<T extends TransientSessionTicket> |
|
| UniqueTicketIdGenerator |
Interface that enables for pluggable unique ticket Ids strategies.
|
| UniqueTicketIdGeneratorConfigurer |
|