Interface IdentifiableComponent
-
- All Superinterfaces:
Component,IdentifiedComponent
- All Known Implementing Classes:
AbstractIdentifiableInitializableComponent,AbstractReloadableService,BasicAccessControlService,DelegatingAccessControlService,IPRangeAccessControl,ScriptedRunnable
public interface IdentifiableComponent extends IdentifiedComponent
AComponentwhose identifier can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetId(String componentId)Set the ID of this component.-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-