| 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.services |
This package is contains classes related to the restriction of CAS
usage to a particular set of services.
|
| org.jasig.cas.services.jmx | |
| org.jasig.cas.services.web |
This package contains all the Service Whitelist/customization classes
related to the web tier, such as Theme Resolvers that match a theme
(skin) for the login pages to a registered service.
|
| org.jasig.cas.services.web.support |
| Modifier and Type | Method and Description |
|---|---|
void |
CentralAuthenticationServiceImpl.setServicesManager(ServicesManager servicesManager) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceThemeResolver.setServicesManager(ServicesManager servicesManager) |
| Constructor and Description |
|---|
ManageRegisteredServicesMultiActionController(ServicesManager servicesManager,
String defaultServiceUrl)
Constructor that takes the required
ServicesManager. |
RegisteredServiceSimpleFormController(ServicesManager servicesManager,
org.jasig.services.persondir.IPersonAttributeDao attributeRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisteredServiceValidator.setServicesManager(ServicesManager serviceRegistry) |
Copyright © 2004-2012 Jasig. All Rights Reserved.