Class AttributeDesignator
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
-
- com.sun.xml.wss.saml.assertion.saml11.jaxb20.AttributeDesignator
-
- All Implemented Interfaces:
AttributeDesignator
public class AttributeDesignator extends AttributeDesignatorType implements AttributeDesignator
TheAttributeDesignatorelement 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected static Loggerlog-
Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
attributeName, attributeNamespace
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeDesignator()Default constructorAttributeDesignator(String name, String nameSpace)Constructs an instance ofAttributeDesignator.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributeDesignatorTypefromElement(Element element)Constructs an attribute designator element from an existing XML block.-
Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
getAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespace
-
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Method Detail
-
fromElement
public static AttributeDesignatorType 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.
-
-