Package net.shibboleth.idp.attribute
Class XMLObjectAttributeValue
java.lang.Object
net.shibboleth.idp.attribute.XMLObjectAttributeValue
- All Implemented Interfaces:
Comparable<IdPAttributeValue>
,IdPAttributeValue
A
XMLObjectAttributeValue
value for an IdPAttribute
.-
Field Details
-
LOG
private static final org.slf4j.Logger LOGLog. -
value
Value of the attribute.
-
-
Constructor Details
-
XMLObjectAttributeValue
public XMLObjectAttributeValue(@Nonnull @ParameterName(name="attributeValue") XMLObject attributeValue) Constructor.- Parameters:
attributeValue
- value of the attribute
-
-
Method Details
-
getNativeValue
Get the native representation of the value of this attribute.- Specified by:
getNativeValue
in interfaceIdPAttributeValue
- Returns:
- the attribute value in native format.
-
getValue
Return the value.- Returns:
- the value
-
getDisplayValue
Get a displayable form of the value for user interfaces and similar purposes.- Specified by:
getDisplayValue
in interfaceIdPAttributeValue
- Returns:
- a displayable value
-
equals
-
hashCode
public int hashCode() -
toString
-