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

java.lang.Object
  extended by edu.internet2.middleware.grouper.shibboleth.util.AttributeIdentifier

public class AttributeIdentifier
extends Object

Defines a subject attribute id and source.


Constructor Summary
AttributeIdentifier()
           
 
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

AttributeIdentifier

public AttributeIdentifier()
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
See Also:
Object.toString()


Copyright © 2011 Internet2. All Rights Reserved.