Uses of Class
org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract.PasswordType

Packages that use PasswordType
org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract   
 

Uses of PasswordType in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract
 

Subclasses of PasswordType in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract
 class RestrictedPasswordType
          Java class for RestrictedPasswordType complex type.
 

Fields in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract declared as PasswordType
protected  PasswordType PrincipalAuthenticationMechanismType.password
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract that return PasswordType
 PasswordType ObjectFactory.createPasswordType()
          Create an instance of PasswordType
 PasswordType PrincipalAuthenticationMechanismType.getPassword()
          Gets the value of the password property.
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract that return types with arguments of type PasswordType
 javax.xml.bind.JAXBElement<PasswordType> ObjectFactory.createPassword(PasswordType value)
          Create an instance of JAXBElement<PasswordType>}
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract with parameters of type PasswordType
 javax.xml.bind.JAXBElement<PasswordType> ObjectFactory.createPassword(PasswordType value)
          Create an instance of JAXBElement<PasswordType>}
 void PrincipalAuthenticationMechanismType.setPassword(PasswordType value)
          Sets the value of the password property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.