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

    • getSubject

      Subject getSubject()
      Returns the Subject object.
      Returns:
      the Subject object.
      See Also:
    • setSubject

      void setSubject(Subject subject) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the Subject object.
      Parameters:
      subject - the new Subject object.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also: