Package net.shibboleth.shared.component
Class AbstractIdentifiableInitializableComponent
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
- Direct Known Subclasses:
AbstractReloadableService,AbstractServiceableComponent,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.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, 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.shared.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:
setIdin interfaceIdentifiableComponent- Overrides:
setIdin classAbstractIdentifiedInitializableComponent- Parameters:
componentId- ID of the component
-