Interface AttributeQuery

All Superinterfaces:
RequestAbstract, SubjectQueryAbstract, XmlSerializable

@SupportedAll public interface AttributeQuery extends SubjectQueryAbstract
This class represents the AttributeQueryType complex type.

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

 <complexType name="AttributeQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>