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

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

public abstract class SubjectQuery
extends Query

This abstract class extends from another abstract class Query. It is an extension point that allows new SAML queries that specify a single SAML subject. It corresponds to <samlp:SubjectQueryAbstractType> in SAML protocol schema.


フィールドの概要
protected  Subject subject
           
 
クラス com.sun.identity.saml.protocol.Query から継承されたフィールド
ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED_QUERY
 
コンストラクタの概要
protected SubjectQuery()
          Default constructor
 
メソッドの概要
 Subject getSubject()
          Gets the Subject associated with this Query.
 
クラス com.sun.identity.saml.protocol.Query から継承されたメソッド
getQueryType, toString
 

フィールドの詳細

subject

protected Subject subject
コンストラクタの詳細

SubjectQuery

protected SubjectQuery()
Default constructor

メソッドの詳細

getSubject

public Subject getSubject()
Gets the Subject associated with this Query.

戻り値:
the Subject associated with the query.