com.sun.identity.saml.protocol
クラス Query

java.lang.Object
  上位を拡張 com.sun.identity.saml.protocol.Query
直系の既知のサブクラス:
SubjectQuery

public abstract class Query
extends Object

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.
 

フィールドの詳細

NOT_SUPPORTED_QUERY

public static final int NOT_SUPPORTED_QUERY
The Query is unsupported.

関連項目:
定数フィールド値

AUTHENTICATION_QUERY

public static final int AUTHENTICATION_QUERY
The Query is an Authentication Query.

関連項目:
定数フィールド値

AUTHORIZATION_DECISION_QUERY

public static final int AUTHORIZATION_DECISION_QUERY
The Query is an Authorization Decision Query.

関連項目:
定数フィールド値

ATTRIBUTE_QUERY

public static final int ATTRIBUTE_QUERY
The Query is an Attribute Query.

関連項目:
定数フィールド値
コンストラクタの詳細

Query

protected Query()
default constructor.

メソッドの詳細

getQueryType

public abstract int getQueryType()
Returns the type of the Query such as AuthenticationQuery or AuthorizationDecisionQuery.

戻り値:
the type of Query.

toString

public abstract String toString(boolean includeNS,
                                boolean declareNS)
Creates a String representation of the element.

パラメータ:
includeNS - 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.
戻り値:
A string containing the valid XML for this element