Class Attribute
java.lang.Object
com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeType
com.sun.xml.wss.saml.assertion.saml20.jaxb20.Attribute
- All Implemented Interfaces:
Attribute
The
Attribute element specifies an attribute of the assertion subject.
The Attribute element is an extension of the AttributeDesignator element
that allows the attribute value to be specified.-
Field Summary
FieldsFields inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeType
attributeValue, friendlyName, name, nameFormat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeTypefromElement(Element element) Constructs an attribute element from an existing XML block.Gets the value of the attributeValue property.Methods inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeType
getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, setFriendlyName, setName, setNameFormatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.wss.saml.Attribute
getFriendlyName, getName, getNameFormat
-
Field Details
-
log
-
-
Constructor Details
-
Attribute
Constructs an instance ofAttribute.- Parameters:
name- A String representingAttributeName(the name of the attribute).values- A List of DOM element representing theAttributeValueobject.
-
Attribute
-
Attribute
-
-
Method Details
-
fromElement
Constructs an attribute element from an existing XML block.- Parameters:
element- representing a DOM tree element.- Throws:
SAMLException- if there is an error in the sender or in the element definition.
-
getAttributes
Description copied from interface:AttributeGets the value of the attributeValue property.Objects of the following type(s) are allowed in the list
Object- Specified by:
getAttributesin interfaceAttribute
-