public class AttributeDesignator extends AttributeDesignatorType 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.| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
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 AttributeDesignatorType |
fromElement(Element element)
Constructs an attribute designator element from an existing XML block.
|
getAttributeName, 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 AttributeDesignatorType 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–2018 Oracle Corporation. All rights reserved.