org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword
Class PrincipalAuthenticationMechanismType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword.OriginalPrincipalAuthenticationMechanismType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword.PrincipalAuthenticationMechanismType

public class PrincipalAuthenticationMechanismType
extends OriginalPrincipalAuthenticationMechanismType

Java class for PrincipalAuthenticationMechanismType complex type.

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

 <complexType name="PrincipalAuthenticationMechanismType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:SecureRemotePassword}PrincipalAuthenticationMechanismType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:SecureRemotePassword}RestrictedPassword"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword.OriginalPrincipalAuthenticationMechanismType
activationPin, extension, password, preauth, restrictedPassword, smartcard, token
 
Constructor Summary
PrincipalAuthenticationMechanismType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword.OriginalPrincipalAuthenticationMechanismType
getActivationPin, getExtension, getPassword, getPreauth, getRestrictedPassword, getSmartcard, getToken, setActivationPin, setPassword, setPreauth, setRestrictedPassword, setSmartcard, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalAuthenticationMechanismType

public PrincipalAuthenticationMechanismType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.