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
public class Attribute extends AttributeType implements Attribute
TheAttributeelement specifies an attribute of the assertion subject. TheAttributeelement is an extension of theAttributeDesignatorelement that allows the attribute value to be specified.
-
-
Field Summary
Fields Modifier and Type Field Description protected static Loggerlog-
Fields inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeType
attributeValue, friendlyName, name, nameFormat
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeTypefromElement(Element element)Constructs an attribute element from an existing XML block.List<Object>getAttributes()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, setNameFormat
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.wss.saml.Attribute
getFriendlyName, getName, getNameFormat
-
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Constructor Detail
-
Attribute
public Attribute(String name, List values)
Constructs an instance ofAttribute.- Parameters:
name- A String representingAttributeName(the name of the attribute).values- A List of DOM element representing theAttributeValueobject.
-
Attribute
public Attribute(AttributeType attType)
-
-
Method Detail
-
fromElement
public static AttributeType fromElement(Element element) throws SAMLException
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.
-
-