Class WAServiceRegistry

java.lang.Object
org.apereo.cas.services.AbstractServiceRegistry
org.apache.syncope.wa.starter.services.WAServiceRegistry
All Implemented Interfaces:
org.apereo.cas.services.ServiceRegistry, org.apereo.cas.util.NamedObject, Ordered

public class WAServiceRegistry extends org.apereo.cas.services.AbstractServiceRegistry
  • Field Details

  • Constructor Details

  • Method Details

    • save

      public org.apereo.cas.services.RegisteredService save(org.apereo.cas.services.RegisteredService registeredService)
    • delete

      public boolean delete(org.apereo.cas.services.RegisteredService registeredService)
    • deleteAll

      public void deleteAll()
    • load

      public Collection<org.apereo.cas.services.RegisteredService> load()
    • findServiceById

      public org.apereo.cas.services.RegisteredService findServiceById(long id)
    • findServiceById

      public <T extends org.apereo.cas.services.RegisteredService> T findServiceById(long id, Class<T> clazz)
    • findServiceByExactServiceName

      public <T extends org.apereo.cas.services.RegisteredService> T findServiceByExactServiceName(String name, Class<T> clazz)
    • findServiceByExactServiceName

      public org.apereo.cas.services.RegisteredService findServiceByExactServiceName(String name)