public class AttributeDesignator extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorImpl implements AttributeDesignator
AttributeDesignator element identifies an attribute
name within an attribute namespace. The element is used in an attribute query
to request that attribute values within a specific namespace be returned.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_AttributeName, _AttributeNamespace| Modifier | Constructor and Description |
|---|---|
protected |
AttributeDesignator()
Default constructor
|
|
AttributeDesignator(String name,
String nameSpace)
Constructs an instance of
AttributeDesignator. |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorTypeImpl |
fromElement(Element element)
Constructs an attribute designator element from an existing XML block.
|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIsgetAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespaceprotected static final Logger log
protected AttributeDesignator()
public AttributeDesignator(String name, String nameSpace)
AttributeDesignator.name - the name of the attribute.nameSpace - the namespace in which AttributeName
elements are interpreted.SAMLException - if there is an error in the sender or in the
element definition.public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorTypeImpl fromElement(Element element) throws SAMLException
element - representing a DOM tree element.SAMLException - if that there is an error in the sender or
in the element definition.Copyright © 2005–2017 Oracle Corporation. All rights reserved.