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

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

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

Fields in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract declared as BooleanType
protected  BooleanType TimeSyncTokenType.deviceInHand
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract that return BooleanType
static BooleanType BooleanType.fromValue(java.lang.String v)
           
 BooleanType TimeSyncTokenType.getDeviceInHand()
          Gets the value of the deviceInHand property.
static BooleanType BooleanType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BooleanType[] BooleanType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract with parameters of type BooleanType
 void TimeSyncTokenType.setDeviceInHand(BooleanType value)
          Sets the value of the deviceInHand property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.