|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.protocol.Query
com.sun.identity.saml.protocol.SubjectQuery
com.sun.identity.saml.protocol.AuthorizationDecisionQuery
public class AuthorizationDecisionQuery
This concrete class extends from the abstract base class
SubjectQuery.
It represents the query for an authorization decision assertion. It
corresponds to the <samlp:AuthorizationDecisionQueryType>
in the SAML protocol schema.
| フィールドの概要 | |
|---|---|
protected List |
actions
|
protected Evidence |
evidence
|
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 |
AuthorizationDecisionQuery()
Default Constructor |
|
AuthorizationDecisionQuery(Element element)
This constructor is used to build an Authorization Decision Query from a DOM tree that was built from the XML string. |
|
AuthorizationDecisionQuery(Subject theSubject,
List theActions,
Evidence theEvidence,
String theResource)
Constructor |
|
AuthorizationDecisionQuery(Subject theSubject,
List theActions,
String theResource)
Constructor |
| メソッドの概要 | |
|---|---|
List |
getAction()
Returns the List of Actions. |
Evidence |
getEvidence()
Returns the Evidence |
int |
getQueryType()
Returns the type of the query. |
String |
getResource()
Accessor for the Resource |
String |
toString()
This method translates the AuthorizationDecisionQuery to an
XML document String based on the AuthorizationDecisionQuery
schema. |
String |
toString(boolean includeNS,
boolean declareNS)
Create a String representation of the samlp:AuthorizationDecisionQuery element. |
| クラス com.sun.identity.saml.protocol.SubjectQuery から継承されたメソッド |
|---|
getSubject |
| フィールドの詳細 |
|---|
protected String resource
protected List actions
protected Evidence evidence
| コンストラクタの詳細 |
|---|
protected AuthorizationDecisionQuery()
public AuthorizationDecisionQuery(Element element)
throws SAMLException
element - the DOM tree element which contains an Authorization
Decision Query.
SAMLException - when an error occurs.
public AuthorizationDecisionQuery(Subject theSubject,
List theActions,
Evidence theEvidence,
String theResource)
throws SAMLException
theSubject - The subject of the query.theActions - The List of Actions of the query.theEvidence - The evidence of the query. It could be null when
there is no Evidence in the query.theResource - A string representing the resource of the query.
SAMLException - when an error occurs.
public AuthorizationDecisionQuery(Subject theSubject,
List theActions,
String theResource)
throws SAMLException
theSubject - The subject of the query.theActions - The List of Actions of the query.theResource - A string representing the resource of the query.
SAMLException - when an error occurs.| メソッドの詳細 |
|---|
public List getAction()
public Evidence getEvidence()
Evidence
public String getResource()
public int getQueryType()
Query 内の getQueryTypepublic String toString()
AuthorizationDecisionQuery to an
XML document String based on the AuthorizationDecisionQuery
schema.
Object 内の toStringAuthorizationDecisionQuery.
public String toString(boolean includeNS,
boolean declareNS)
samlp:AuthorizationDecisionQuery element.
Query 内の toStringincludeNS - Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||