edu.internet2.middleware.shibboleth.common.attribute.provider
Class ScopedAttributeValue

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.attribute.provider.ScopedAttributeValue

public class ScopedAttributeValue
extends Object

An attribute value with an associated scope.


Constructor Summary
ScopedAttributeValue(String attributeValue, String valueScope)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
          
 String getScope()
          Gets the scope of the value.
 String getValue()
          Gets the value of the attribute.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopedAttributeValue

public ScopedAttributeValue(String attributeValue,
                            String valueScope)
Constructor.

Parameters:
attributeValue - value of the attribute
valueScope - scope of the value
Method Detail

getValue

public String getValue()
Gets the value of the attribute.

Returns:
value of the attribute

getScope

public String getScope()
Gets the scope of the value.

Returns:
scope of the value

toString

public String toString()

Overrides:
toString in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2006-2008 Internet2. All Rights Reserved.