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.
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.