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