com.sun.identity.saml.protocol
Class SubjectQuery

java.lang.Object
  extended by com.sun.identity.saml.protocol.Query
      extended by com.sun.identity.saml.protocol.SubjectQuery
Direct Known Subclasses:
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.


Field Summary
protected  Subject subject
           
 
Fields inherited from class com.sun.identity.saml.protocol.Query
ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED_QUERY
 
Constructor Summary
protected SubjectQuery()
          Default constructor
 
Method Summary
 Subject getSubject()
          Gets the Subject associated with this Query.
 
Methods inherited from class com.sun.identity.saml.protocol.Query
getQueryType, toString
 

Field Detail

subject

protected Subject subject
Constructor Detail

SubjectQuery

protected SubjectQuery()
Default constructor

Method Detail

getSubject

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

Returns:
the Subject associated with the query.