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, unpinComponentMethods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getIdMethods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getIdMethods 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:
doInitializein classAbstractServiceableComponent<AccessControlService>- Throws:
ComponentInitializationException
-
getInstance
- Specified by:
getInstancein interfaceAccessControlService
-
getComponent
- Specified by:
getComponentin interfaceServiceableComponent<AccessControlService>- Specified by:
getComponentin classAbstractServiceableComponent<AccessControlService>
-