public class Attribute extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeImpl implements Attribute
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.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_AttributeValue_AttributeName, _AttributeNamespace| Constructor and Description |
|---|
Attribute(com.sun.xml.wss.saml.internal.saml11.jaxb10.AttributeType attType) |
Attribute(String name,
String nameSpace,
List values)
Constructs an instance of
Attribute. |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeTypeImpl |
fromElement(Element element)
Constructs an attribute element from an existing XML block.
|
List<Object> |
getAttributes()
Gets the value of the attributeValue property.
|
String |
getFriendlyName()
Gets the value of the friendlyName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNameFormat()
Gets the value of the nameFormat property.
|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs_getAttributeValue, getAttributeValuegetAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeValuegetAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespaceprotected static final Logger log
public Attribute(String name, String nameSpace, List values)
Attribute.name - A String representing AttributeName (the name
of the attribute).nameSpace - A String representing the namespace in which
AttributeName elements are interpreted.values - A List of DOM element representing the
AttributeValue object.SAMLException - if there is an error in the sender or in the
element definition.public Attribute(com.sun.xml.wss.saml.internal.saml11.jaxb10.AttributeType attType)
public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeTypeImpl fromElement(Element element) throws SAMLException
element - representing a DOM tree element.SAMLException - if there is an error in the sender or in the
element definition.public List<Object> getAttributes()
Attribute
Objects of the following type(s) are allowed in the list
Object
public String getFriendlyName()
AttributeStringpublic String getName()
AttributeStringCopyright © 2005–2017 Oracle Corporation. All rights reserved.