Interface SubjectQueryAbstract

  • All Superinterfaces:
    RequestAbstract, XmlSerializable
    All Known Subinterfaces:
    AttributeQuery, AuthnQuery

    @SupportedAll
    public interface SubjectQueryAbstract
    extends RequestAbstract
    This class represents the SubjectQueryAbstractType complex type.

    The following schema fragment specifies the expected content contained within this java content object.

     <complexType name="SubjectQueryAbstractType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
           <sequence>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>