Package org.apereo.cas.ws.idp.services
Class WSFederationServiceRegistry
java.lang.Object
org.apereo.cas.services.AbstractServiceRegistry
org.apereo.cas.services.InMemoryServiceRegistry
org.apereo.cas.services.ImmutableInMemoryServiceRegistry
org.apereo.cas.ws.idp.services.WSFederationServiceRegistry
- All Implemented Interfaces:
org.apereo.cas.services.ImmutableServiceRegistry,org.apereo.cas.services.ServiceRegistry
public class WSFederationServiceRegistry
extends org.apereo.cas.services.ImmutableInMemoryServiceRegistry
This is
WSFederationServiceRegistry.- Since:
- 5.3.0
-
Field Summary
Fields inherited from interface org.apereo.cas.services.ServiceRegistry
BEAN_NAME -
Constructor Summary
ConstructorsConstructorDescriptionWSFederationServiceRegistry(List<org.apereo.cas.services.RegisteredService> services, org.springframework.context.ConfigurableApplicationContext applicationContext) WSFederationServiceRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.services.RegisteredService... services) -
Method Summary
Methods inherited from class org.apereo.cas.services.ImmutableInMemoryServiceRegistry
saveMethods inherited from class org.apereo.cas.services.InMemoryServiceRegistry
delete, deleteAll, findServiceById, getServicesStream, load, size, toStringMethods inherited from class org.apereo.cas.services.AbstractServiceRegistry
getApplicationContext, getServiceRegistryListeners, publishEventMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apereo.cas.services.ServiceRegistry
delete, deleteAll, findServiceBy, findServiceByExactServiceId, findServiceByExactServiceName, findServiceByExactServiceName, findServiceById, findServiceById, findServicePredicate, getName, getServicesStream, load, save, save, size
-
Constructor Details
-
WSFederationServiceRegistry
public WSFederationServiceRegistry(List<org.apereo.cas.services.RegisteredService> services, org.springframework.context.ConfigurableApplicationContext applicationContext) -
WSFederationServiceRegistry
public WSFederationServiceRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.services.RegisteredService... services)
-