|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.provider.ScopedAttributeValue
public class ScopedAttributeValue
An attribute value with an associated scope.
Field Summary | |
---|---|
private String |
scope
Scope of the attribute value. |
private String |
value
Value of the attribute. |
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 |
Field Detail |
---|
private String value
private String scope
Constructor Detail |
---|
public ScopedAttributeValue(String attributeValue, String valueScope)
attributeValue
- value of the attributevalueScope
- scope of the valueMethod Detail |
---|
public String getValue()
public String getScope()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |