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

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

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

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

Methods in org.jboss.identity.federation.saml.v2.ac.classes.timesynctoken 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.timesynctoken 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.timesynctoken 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.