com.sun.identity.saml.protocol
Class SubjectQuery

java.lang.Object
  |
  +--com.sun.identity.saml.protocol.Query
        |
        +--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.


Fields inherited from class com.sun.identity.saml.protocol.Query
ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED_QUERY
 
Method Summary
 Subject getSubject()
          Gets the Subject associated with this Query.
 
Methods inherited from class com.sun.identity.saml.protocol.Query
getQueryType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubject

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


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.