| 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.audit.spi | |
| org.jasig.cas.ticket.registry |
This package contains the classes related to maintaining the
persistance of the Tickets for retrieval later by the Central
Authentication Service.
|
| org.jasig.cas.ticket.registry.support |
This package contains the supporting versions of the interfaces
defined in the ticket package.
|
| org.jasig.cas.web.flow |
| Constructor and Description |
|---|
CentralAuthenticationServiceImpl(TicketRegistry ticketRegistry,
TicketRegistry serviceTicketRegistry,
AuthenticationManager authenticationManager,
UniqueTicketIdGenerator ticketGrantingTicketUniqueTicketIdGenerator,
Map<String,UniqueTicketIdGenerator> uniqueTicketIdGeneratorsForService,
ExpirationPolicy ticketGrantingTicketExpirationPolicy,
ExpirationPolicy serviceTicketExpirationPolicy,
ServicesManager servicesManager,
LogoutManager logoutManager)
Build the central authentication service implementation.
|
| Constructor and Description |
|---|
TicketOrCredentialPrincipalResolver(TicketRegistry ticketRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDistributedTicketRegistry
Abstract Implementation that handles some of the commonalities between
distributed ticket registries.
|
class |
AbstractTicketRegistry |
class |
DefaultTicketRegistry
Implementation of the TicketRegistry that is backed by a ConcurrentHashMap.
|
class |
JpaTicketRegistry
JPA implementation of a CAS
TicketRegistry. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTicketRegistryCleaner.setTicketRegistry(TicketRegistry ticketRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationViaFormAction.setTicketRegistry(TicketRegistry ticketRegistry) |
Copyright © 2004-2015 Apereo. All Rights Reserved.