Class DelegateType


  • public class DelegateType
    extends Object

    Java class for DelegateType complex type.

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

     <complexType name="DelegateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}BaseID"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
           </choice>
           <attribute name="DelegationInstant" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="ConfirmationMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>