Class AssertionIDRequestType

  • All Implemented Interfaces:
    Serializable, SAML2Object

    public class AssertionIDRequestType
    extends RequestAbstractType

    Java class for AssertionIDRequestType complex type.

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

     <complexType name="AssertionIDRequestType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
           <sequence>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AssertionIDRef" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • assertionIDRef

        protected List<String> assertionIDRef
    • Method Detail

      • addAssertionIDRef

        public void addAssertionIDRef​(String id)
        Add assertion id reference
        Parameters:
        id -
      • removeAssertionIDRef

        public void removeAssertionIDRef​(String id)
        remove assertion id reference
        Parameters:
        id -
      • getAssertionIDRef

        public List<String> getAssertionIDRef()
        Gets the value of the assertionIDRef property.