public class ReloadingAccessControlService
extends net.shibboleth.ext.spring.service.AbstractServiceableComponent<net.shibboleth.utilities.java.support.security.AccessControlService>
implements net.shibboleth.utilities.java.support.security.AccessControlService
AccessControlService in a
ServiceableComponent.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.utilities.java.support.security.AccessControlService |
service
The embedded service.
|
| Constructor and Description |
|---|
ReloadingAccessControlService(net.shibboleth.utilities.java.support.security.AccessControlService svc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
net.shibboleth.utilities.java.support.security.AccessControlService |
getComponent() |
net.shibboleth.utilities.java.support.security.AccessControl |
getInstance(String name) |
doDestroy, getApplicationContext, pinComponent, setApplicationContext, unloadComponent, unpinComponentgetId, setIddestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate final net.shibboleth.utilities.java.support.security.AccessControlService service
public ReloadingAccessControlService(@Nonnull@ParameterName(name="svc") net.shibboleth.utilities.java.support.security.AccessControlService svc)
svc - the embedded serviceprotected void doInitialize()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize in class net.shibboleth.ext.spring.service.AbstractServiceableComponent<net.shibboleth.utilities.java.support.security.AccessControlService>net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionpublic net.shibboleth.utilities.java.support.security.AccessControl getInstance(@Nonnull String name)
getInstance in interface net.shibboleth.utilities.java.support.security.AccessControlServicepublic net.shibboleth.utilities.java.support.security.AccessControlService getComponent()
getComponent in interface net.shibboleth.utilities.java.support.service.ServiceableComponent<net.shibboleth.utilities.java.support.security.AccessControlService>getComponent in class net.shibboleth.ext.spring.service.AbstractServiceableComponent<net.shibboleth.utilities.java.support.security.AccessControlService>Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.