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
public abstract class AbstractIdentifiableInitializableComponent extends AbstractIdentifiedInitializableComponent implements IdentifiableComponent
AnAbstractIdentifiedInitializableComponentwith a public setter.
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentifiableInitializableComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetId(String componentId)Sets the ID of this component.-
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
-
-
-
-
Method Detail
-
setId
public void setId(@Nonnull @NotEmpty String componentId)
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
-
-