org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract
Class ComplexAuthenticatorType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract.OriginalComplexAuthenticatorType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract.ComplexAuthenticatorType

public class ComplexAuthenticatorType
extends OriginalComplexAuthenticatorType

Java class for ComplexAuthenticatorType complex type.

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

 <complexType name="ComplexAuthenticatorType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorContract}ComplexAuthenticatorType">
       <sequence>
         <choice>
           <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorContract}SharedSecretChallengeResponse"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorContract}SharedSecretDynamicPlaintext"/>
         </choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorContract}Password"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract.OriginalComplexAuthenticatorType
content
 
Constructor Summary
ComplexAuthenticatorType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract.OriginalComplexAuthenticatorType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexAuthenticatorType

public ComplexAuthenticatorType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.