Uses of Class
org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.AlphabetType

Packages that use AlphabetType
org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony   
 

Uses of AlphabetType in org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony
 

Fields in org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony declared as AlphabetType
protected  AlphabetType PasswordType.alphabet
           
protected  AlphabetType ActivationPinType.alphabet
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony that return AlphabetType
 AlphabetType ObjectFactory.createAlphabetType()
          Create an instance of AlphabetType
 AlphabetType PasswordType.getAlphabet()
          Gets the value of the alphabet property.
 AlphabetType ActivationPinType.getAlphabet()
          Gets the value of the alphabet property.
 

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

Methods in org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony with parameters of type AlphabetType
 javax.xml.bind.JAXBElement<AlphabetType> ObjectFactory.createAlphabet(AlphabetType value)
          Create an instance of JAXBElement<AlphabetType>}
 void PasswordType.setAlphabet(AlphabetType value)
          Sets the value of the alphabet property.
 void ActivationPinType.setAlphabet(AlphabetType value)
          Sets the value of the alphabet property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.