|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.protocol.Query
com.sun.identity.saml.protocol.SubjectQuery
com.sun.identity.saml.protocol.AttributeQuery
public class AttributeQuery
This concrete class extends from the abstract base class
SubjectQuery.
It represents the query for an attribute assertion. It corresponds
to the samlp:AttributeQueryType in the SAML protocol schema.
| フィールドの概要 | |
|---|---|
protected List |
attributeDesignators
O or more AttributeDesignator of this query. |
protected String |
resource
|
| クラス com.sun.identity.saml.protocol.SubjectQuery から継承されたフィールド |
|---|
subject |
| クラス com.sun.identity.saml.protocol.Query から継承されたフィールド |
|---|
ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED_QUERY |
| コンストラクタの概要 | |
|---|---|
protected |
AttributeQuery()
Default constructor |
|
AttributeQuery(Element element)
This constructor is used to build an Attribute Query from a DOM tree that was built from the XML string. |
|
AttributeQuery(Subject theSubject)
Constructor to construct an AttributeQuery with 0
AttributeDesignator, and no Resource attribute. |
|
AttributeQuery(Subject theSubject,
List designators)
Constructor to construct an AttributeQuery with a list of
AttributeDesignators. |
|
AttributeQuery(Subject theSubject,
List designators,
String theResource)
Constructor. |
| メソッドの概要 | |
|---|---|
List |
getAttributeDesignator()
Returns the AttributeDesignators. |
int |
getQueryType()
Returns the type of the query. |
String |
getResource()
Returns the Resource String. |
String |
toString()
Returns the String Representation of the AttributeQuery
object. |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the samlp:AttributeQuery
element. |
| クラス com.sun.identity.saml.protocol.SubjectQuery から継承されたメソッド |
|---|
getSubject |
| フィールドの詳細 |
|---|
protected List attributeDesignators
protected String resource
| コンストラクタの詳細 |
|---|
protected AttributeQuery()
public AttributeQuery(Element element)
throws SAMLException
element - the DOM tree element which contains an Attribute Query.
SAMLException
public AttributeQuery(Subject theSubject,
List designators,
String theResource)
throws SAMLException
theSubject - Subject of this query.designators - List of AttributeDesignators of this
query.theResource - the Resource attribute of this query in String format.
SAMLException
public AttributeQuery(Subject theSubject,
List designators)
throws SAMLException
AttributeQuery with a list of
AttributeDesignators.
theSubject - Subject of this query.designators - List of AttributeDesignators of this
query.
SAMLException
public AttributeQuery(Subject theSubject)
throws SAMLException
AttributeQuery with 0
AttributeDesignator, and no Resource attribute.
theSubject - Subject of this query.
SAMLException| メソッドの詳細 |
|---|
public String getResource()
public List getAttributeDesignator()
AttributeDesignators.
AttributeDesignators(s) associated with this
query. It could contain 0 or more
AttributeDesignators.public int getQueryType()
Query 内の getQueryTypepublic String toString()
AttributeQuery
object.
Object 内の toStringAttributeQuery.
public String toString(boolean includeNS,
boolean declareNS)
samlp:AttributeQuery
element.
Query 内の toStringincludeNS - Determines whether or not the namespace qualifier
is prepended to the Element when converted.declareNS - Determines whether or not the namespace is declared
within the Element.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||