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

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

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

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

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

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

Methods in org.jboss.identity.federation.saml.v2.ac.classes.x509 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.x509 with parameters of type PasswordType
 javax.xml.bind.JAXBElement<PasswordType> ObjectFactory.createPassword(PasswordType value)
          Create an instance of JAXBElement<PasswordType>}
 void OriginalPrincipalAuthenticationMechanismType.setPassword(PasswordType value)
          Sets the value of the password property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.