Class PerformGenerateCredentialRequestAction


  • public class PerformGenerateCredentialRequestAction
    extends java.lang.Object

    Java class for PerformGenerateCredentialRequestAction complex type.

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

     <complexType name="PerformGenerateCredentialRequestAction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="keyRecoverable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="wrappingCredential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" minOccurs="0"/>
             <element name="credentialSubType">
             <element name="tokenRequestAttributes">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="tokenRequestAttribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>