Class SubjectQueryImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, RequestAbstractType, SubjectQuery, SignableXMLObject
Direct Known Subclasses:
AttributeQueryImpl, AuthnQueryImpl, AuthzDecisionQueryImpl

public abstract class SubjectQueryImpl extends RequestAbstractTypeImpl implements SubjectQuery
Concrete implementation of SubjectQuery.
  • Field Details

    • subject

      private Subject subject
      Subject child element.
  • Constructor Details

    • SubjectQueryImpl

      protected SubjectQueryImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details