|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| フィールドの概要 | |
|---|---|
protected String |
_attributeName
|
protected String |
_attributeNameSpace
|
| コンストラクタの概要 | |
|---|---|
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. |
| メソッドの概要 | |
|---|---|
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. |
| フィールドの詳細 |
|---|
protected String _attributeName
protected String _attributeNameSpace
| コンストラクタの詳細 |
|---|
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.| メソッドの詳細 |
|---|
public String getAttributeName()
AttributeDesignator.
public String getAttributeNamespace()
AttributeDesignator.
public String toString()
<saml:AttributeDesignator> element.
Object 内の toString
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||