Class ClaimedIdentity


  • public class ClaimedIdentity
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Name" type="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifierType"/>
             <element name="SupportingInfo" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ClaimedIdentity

        public ClaimedIdentity()
    • Method Detail

      • getSupportingInfo

        public AnyType getSupportingInfo()
        Gets the value of the supportingInfo property.
        Returns:
        possible object is AnyType
      • setSupportingInfo

        public void setSupportingInfo​(AnyType value)
        Sets the value of the supportingInfo property.
        Parameters:
        value - allowed object is AnyType