org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract
Class IdentificationType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract.OriginalIdentificationType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract.IdentificationType

public class IdentificationType
extends OriginalIdentificationType

Java class for IdentificationType complex type.

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

 <complexType name="IdentificationType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract}IdentificationType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract}PhysicalVerification"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract}WrittenConsent"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract}GoverningAgreements"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="nym">
         <simpleType>
           <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract}nymType">
             <enumeration value="anonymity"/>
             <enumeration value="verinymity"/>
             <enumeration value="pseudonymity"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract.OriginalIdentificationType
extension, governingAgreements, nym, physicalVerification, writtenConsent
 
Constructor Summary
IdentificationType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract.OriginalIdentificationType
getExtension, getGoverningAgreements, getNym, getPhysicalVerification, getWrittenConsent, setGoverningAgreements, setNym, setPhysicalVerification, setWrittenConsent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentificationType

public IdentificationType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.