Uses of Interface
net.shibboleth.idp.cas.service.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
CAS protocol flow implementations.
APIs related to CAS services.
CAS protocol service implementations.
-
Uses of ServiceRegistry in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type ServiceRegistryModifier and TypeFieldDescriptionprivate final List<ServiceRegistry>
BuildRelyingPartyContextAction.serviceRegistries
List of registries to query for verified CAS services (relying parties).Constructors in net.shibboleth.idp.cas.flow.impl with parameters of type ServiceRegistryModifierConstructorDescriptionBuildRelyingPartyContextAction
(ServiceRegistry... registries) Creates a new instance. -
Uses of ServiceRegistry in net.shibboleth.idp.cas.service
Classes in net.shibboleth.idp.cas.service that implement ServiceRegistryModifier and TypeClassDescriptionclass
Service registry that evaluates a candidate service URL against one or more defined services, where each definition contains a service URL regular expression pattern.Methods in net.shibboleth.idp.cas.service that return ServiceRegistry -
Uses of ServiceRegistry in net.shibboleth.idp.cas.service.impl
Classes in net.shibboleth.idp.cas.service.impl that implement ServiceRegistryModifier and TypeClassDescriptionclass
CAS service registry implementation that queries SAML metadata for a CAS service given a CAS service URL using the following strategy.class
Service registry wrapper around aReloadableService
.Fields in net.shibboleth.idp.cas.service.impl with type parameters of type ServiceRegistryModifier and TypeFieldDescriptionprivate final ReloadableService<ServiceRegistry>
ReloadingServiceRegistry.service
The service that manages the reloading.Constructor parameters in net.shibboleth.idp.cas.service.impl with type arguments of type ServiceRegistryModifierConstructorDescriptionCreates a new instance.