Class AmazonS3ServiceRegistry

  • All Implemented Interfaces:
    org.apereo.cas.services.ServiceRegistry

    public class AmazonS3ServiceRegistry
    extends org.apereo.cas.services.AbstractServiceRegistry
    Since:
    6.3.0
    • Field Summary

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

        BEAN_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      AmazonS3ServiceRegistry​(org.springframework.context.ConfigurableApplicationContext applicationContext, java.util.Collection<org.apereo.cas.services.ServiceRegistryListener> serviceRegistryListeners, software.amazon.awssdk.services.s3.S3Client s3Client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean delete​(org.apereo.cas.services.RegisteredService registeredService)  
      void deleteAll()  
      org.apereo.cas.services.RegisteredService findServiceById​(long id)  
      java.util.Collection<org.apereo.cas.services.RegisteredService> load()  
      org.apereo.cas.services.RegisteredService save​(org.apereo.cas.services.RegisteredService rs)  
      long size()  
      • Methods inherited from class org.apereo.cas.services.AbstractServiceRegistry

        getApplicationContext, getServiceRegistryListeners, invokeServiceRegistryListenerPostLoad, invokeServiceRegistryListenerPreSave, publishEvent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.services.ServiceRegistry

        findServiceBy, findServiceByExactServiceId, findServiceByExactServiceName, findServiceByExactServiceName, findServiceById, findServicePredicate, getName, getServicesStream, save, save
    • Constructor Detail

      • AmazonS3ServiceRegistry

        public AmazonS3ServiceRegistry​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                       java.util.Collection<org.apereo.cas.services.ServiceRegistryListener> serviceRegistryListeners,
                                       software.amazon.awssdk.services.s3.S3Client s3Client)
    • Method Detail

      • save

        public org.apereo.cas.services.RegisteredService save​(org.apereo.cas.services.RegisteredService rs)
      • deleteAll

        public void deleteAll()
      • delete

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

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

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

        public long size()