com.sun.xml.wss.saml.assertion.saml11.jaxb10
Class AttributeDesignator
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorTypeImpl
com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorImpl
com.sun.xml.wss.saml.assertion.saml11.jaxb10.AttributeDesignator
- All Implemented Interfaces:
- com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, com.sun.xml.wss.saml.internal.saml11.jaxb10.AttributeDesignator, com.sun.xml.wss.saml.internal.saml11.jaxb10.AttributeDesignatorType, com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallableObject, com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.ValidatableObject, com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializable, Element
public class AttributeDesignator
- extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorImpl
- implements AttributeDesignator
The 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.
| Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorTypeImpl |
_AttributeName, _AttributeNamespace |
| Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorImpl |
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs |
| Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorTypeImpl |
getAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespace |
| 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.internal.saml11.jaxb10.AttributeDesignatorType |
getAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespace |
log
protected static final Logger log
AttributeDesignator
protected AttributeDesignator()
- Default constructor
AttributeDesignator
public AttributeDesignator(String name,
String nameSpace)
- Constructs an instance of
AttributeDesignator.
- Parameters:
name - the name of the attribute.nameSpace - the namespace in which AttributeName
elements are interpreted.
- Throws:
SAMLException - if there is an error in the sender or in the
element definition.
fromElement
public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AttributeDesignatorTypeImpl fromElement(Element element)
throws SAMLException
- Constructs an attribute designator element from an existing XML block.
- Parameters:
element - representing a DOM tree element.
- Throws:
SAMLException - if that there is an error in the sender or
in the element definition.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.