|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.AttributeDesignator
public class 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.
| Field Summary | |
|---|---|
protected String |
_attributeName
|
protected String |
_attributeNameSpace
|
| Constructor Summary | |
|---|---|
protected |
AttributeDesignator()
Default constructor |
|
AttributeDesignator(Element element)
Constructs an attribute designator element from an existing XML block. |
|
AttributeDesignator(String name,
String nameSpace)
Constructs an instance of AttributeDesignator. |
| Method Summary | |
|---|---|
String |
getAttributeName()
Returns attribute name from the AttributeDesignator. |
String |
getAttributeNamespace()
Returns attribute name space from the AttributeDesignator. |
String |
toString()
Returns a String representation of the <saml:AttributeDesignator> element. |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the <saml:AttributeDesignator> element. |
| Field Detail |
|---|
protected String _attributeName
protected String _attributeNameSpace
| Constructor Detail |
|---|
protected AttributeDesignator()
public AttributeDesignator(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.
public AttributeDesignator(String name,
String nameSpace)
throws SAMLException
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.| Method Detail |
|---|
public String getAttributeName()
AttributeDesignator.
public String getAttributeNamespace()
AttributeDesignator.
public String toString()
<saml:AttributeDesignator> element.
toString in class Object
public String toString(boolean includeNS,
boolean declareNS)
<saml:AttributeDesignator> element.
includeNS - Determines whether or not the namespace qualifier is
to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||