net.shibboleth.utilities.java.support.component
Interface IdentifiableComponent

All Superinterfaces:
Component
All Known Implementing Classes:
AbstractDestructableIdentifiableInitializableComponent, AbstractIdentifiableInitializableComponent

public interface IdentifiableComponent
extends Component

A Component which can be assigned a unique identifier.


Method Summary
 String getId()
          Gets the ID of this component.
 

Method Detail

getId

@Nullable
String getId()
Gets the ID of this component.

Returns:
ID of this component, never null


Copyright © 1999-2012. All Rights Reserved.