| 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.logout | |
| org.jasig.cas.services |
This package is contains classes related to the restriction of CAS
usage to a particular set of services.
|
| org.jasig.cas.services.jmx |
| 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 |
|---|
LogoutManagerImpl(ServicesManager servicesManager,
HttpClient httpClient,
LogoutMessageCreator logoutMessageBuilder)
Build the logout manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReloadableServicesManager
Interface to allow for ServicesManagers to attempt to reload their list of
services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServicesManagerImpl
Default implementation of the
ServicesManager interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServicesManagerMBean<T extends ServicesManager>
Abstract base class to support both the
ServicesManager and the
ReloadableServicesManager. |
| Constructor and Description |
|---|
ServicesManagerMBean(ServicesManager servicesManager) |
Copyright © 2004-2015 Apereo. All Rights Reserved.