Class AbstractIdentifiableInitializableComponent
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
- All Implemented Interfaces:
Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
- Direct Known Subclasses:
AbstractReloadableService
,BasicAccessControlService
,DelegatingAccessControlService
,IPRangeAccessControl
,ScriptedRunnable
@ThreadSafe
public abstract class AbstractIdentifiableInitializableComponent
extends AbstractIdentifiedInitializableComponent
implements IdentifiableComponent
An
AbstractIdentifiedInitializableComponent
with a public setter.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
doInitialize, getId
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, 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
-
Constructor Details
-
AbstractIdentifiableInitializableComponent
public AbstractIdentifiableInitializableComponent()
-
-
Method Details
-
setId
Sets the ID of this component. The component must not yet be initialized.- Specified by:
setId
in interfaceIdentifiableComponent
- Overrides:
setId
in classAbstractIdentifiedInitializableComponent
- Parameters:
componentId
- ID of the component
-