|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.protocol.Query
public abstract class Query
This is an abstract base class for SAML query. It corresponds to the
<samlp:QueryAbstractType> in SAML protocol schema.
| フィールドの概要 | |
|---|---|
static int |
ATTRIBUTE_QUERY
The Query is an Attribute Query. |
static int |
AUTHENTICATION_QUERY
The Query is an Authentication Query. |
static int |
AUTHORIZATION_DECISION_QUERY
The Query is an Authorization Decision Query. |
static int |
NOT_SUPPORTED_QUERY
The Query is unsupported. |
| コンストラクタの概要 | |
|---|---|
protected |
Query()
default constructor. |
| メソッドの概要 | |
|---|---|
abstract int |
getQueryType()
Returns the type of the Query such as AuthenticationQuery or
AuthorizationDecisionQuery. |
abstract String |
toString(boolean includeNS,
boolean declareNS)
Creates a String representation of the element. |
| フィールドの詳細 |
|---|
public static final int NOT_SUPPORTED_QUERY
public static final int AUTHENTICATION_QUERY
public static final int AUTHORIZATION_DECISION_QUERY
public static final int ATTRIBUTE_QUERY
| コンストラクタの詳細 |
|---|
protected Query()
| メソッドの詳細 |
|---|
public abstract int getQueryType()
AuthenticationQuery or
AuthorizationDecisionQuery.
public abstract String toString(boolean includeNS,
boolean declareNS)
includeNS - 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||