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>
 
  • Method Details

    • getAttributes

      List<Attribute> getAttributes()
      Returns Attribute objects.
      Returns:
      the Attribute objects.
      See Also:
    • setAttributes

      void setAttributes(List<Attribute> attributes) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the Attribute objects.
      Parameters:
      attributes - the new Attribute objects.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also: