Uses of Interface
net.shibboleth.utilities.java.support.service.ReloadableService
-
Packages that use ReloadableService Package Description net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects. -
-
Uses of ReloadableService in net.shibboleth.utilities.java.support.security.impl
Fields in net.shibboleth.utilities.java.support.security.impl declared as ReloadableService Modifier and Type Field Description private ReloadableService<AccessControlService>DelegatingAccessControlService. serviceThe service which manages the reloading.Constructors in net.shibboleth.utilities.java.support.security.impl with parameters of type ReloadableService Constructor Description DelegatingAccessControlService(ReloadableService<AccessControlService> acService)Constructor. -
Uses of ReloadableService in net.shibboleth.utilities.java.support.service
Classes in net.shibboleth.utilities.java.support.service that implement ReloadableService Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService.
-