Package net.shibboleth.idp.security
Class ReloadingAccessControlService
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
net.shibboleth.ext.spring.service.AbstractServiceableComponent<AccessControlService>
net.shibboleth.idp.security.ReloadingAccessControlService
- All Implemented Interfaces:
Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
,UnmodifiableComponent
,AccessControlService
,ServiceableComponent<AccessControlService>
,Aware
,ApplicationContextAware
public class ReloadingAccessControlService
extends AbstractServiceableComponent<AccessControlService>
implements AccessControlService
This class wraps an
AccessControlService
in a
ServiceableComponent
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.ext.spring.service.AbstractServiceableComponent
doDestroy, getApplicationContext, pinComponent, setApplicationContext, unloadComponent, unpinComponent
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Field Details
-
service
The embedded service.
-
-
Constructor Details
-
ReloadingAccessControlService
Constructor.- Parameters:
svc
- the embedded service
-
-
Method Details
-
doInitialize
- Overrides:
doInitialize
in classAbstractServiceableComponent<AccessControlService>
- Throws:
ComponentInitializationException
-
getInstance
- Specified by:
getInstance
in interfaceAccessControlService
-
getComponent
- Specified by:
getComponent
in interfaceServiceableComponent<AccessControlService>
- Specified by:
getComponent
in classAbstractServiceableComponent<AccessControlService>
-