Class UserAttribute.UnknownAttributeValue
java.lang.Object
se.swedenconnect.spring.saml.idp.attributes.UserAttribute.UnknownAttributeValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
UserAttribute
Class used to store attribute value types that we don't know how to parse.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.core.xml.XMLObject
Creates theXMLObject
given its encoding.toString()
-
Constructor Details
-
UnknownAttributeValue
public UnknownAttributeValue(org.opensaml.core.xml.XMLObject value) Constructor.- Parameters:
value
- the XML value
-
-
Method Details