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
Since:
5.3.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.services.ServiceRegistry

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSFederationServiceRegistry(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

    save

    Methods inherited from class org.apereo.cas.services.InMemoryServiceRegistry

    delete, deleteAll, findServiceById, getServicesStream, load, size, toString

    Methods inherited from class org.apereo.cas.services.AbstractServiceRegistry

    getApplicationContext, getServiceRegistryListeners, publishEvent

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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)