edu.internet2.middleware.grouper.shibboleth.util
Class AbstractIdentifier

java.lang.Object
  extended by edu.internet2.middleware.grouper.shibboleth.util.AbstractIdentifier
Direct Known Subclasses:
AttributeIdentifier, SubjectIdentifier

public abstract class AbstractIdentifier
extends Object

Defines an id and source.


Constructor Summary
AbstractIdentifier()
           
 
Method Summary
 String getId()
          Get the attribute id.
 String getSource()
          Get the source id.
 void setId(String id)
          Set the attribute id.
 void setSource(String source)
          Set the source id.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractIdentifier

public AbstractIdentifier()
Method Detail

getId

public String getId()
Get the attribute id.

Returns:
id

setId

public void setId(String id)
Set the attribute id.

Parameters:
id -

getSource

public String getSource()
Get the source id.

Returns:
source id

setSource

public void setSource(String source)
Set the source id.

Parameters:
source -

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 Internet2. All Rights Reserved.