Skip navigation links

Package org.apereo.cas.services

This package is contains classes related to the restriction of CAS usage to a particular set of services.

See: Description

Package org.apereo.cas.services Description

This package is contains classes related to the restriction of CAS usage to a particular set of services. This is accomplished via a combination of registries and interceptors.

The ServiceRegistry, with its default implementation of DefaultServiceRegistry contains the list of RegisteredServices allowed to access CAS. This list is periodically refreshed via the ServiceRegistryReloader.

CAS itself is protected by a group of interceptors found in the subpackage advice.

Since:
3.0
Skip navigation links