public class XMLObjectAttributeValue extends Object implements IdPAttributeValue<org.opensaml.core.xml.XMLObject>
XMLObjectAttributeValue value for an IdPAttribute.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.XMLObject |
value
Value of the attribute.
|
| Constructor and Description |
|---|
XMLObjectAttributeValue(org.opensaml.core.xml.XMLObject attributeValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayValue()
Get a displayable form of the value for user interfaces and similar purposes.
|
org.opensaml.core.xml.XMLObject |
getValue()
Get the value of this attribute.
|
int |
hashCode() |
String |
toString() |
public XMLObjectAttributeValue(@Nonnull@ParameterName(name="attributeValue") org.opensaml.core.xml.XMLObject attributeValue)
attributeValue - value of the attributepublic final org.opensaml.core.xml.XMLObject getValue()
getValue in interface IdPAttributeValue<org.opensaml.core.xml.XMLObject>@Nonnull @NotEmpty public String getDisplayValue()
getDisplayValue in interface IdPAttributeValue<org.opensaml.core.xml.XMLObject>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.