Uses of Class
org.keycloak.dom.saml.v2.ac.BooleanType
-
Packages that use BooleanType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of BooleanType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as BooleanType Modifier and Type Field Description protected BooleanTypeTimeSyncTokenType. deviceInHandMethods in org.keycloak.dom.saml.v2.ac that return BooleanType Modifier and Type Method Description static BooleanTypeBooleanType. fromValue(String v)BooleanTypeTimeSyncTokenType. getDeviceInHand()Gets the value of the deviceInHand property.static BooleanTypeBooleanType. valueOf(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 are declared.Methods in org.keycloak.dom.saml.v2.ac with parameters of type BooleanType Modifier and Type Method Description voidTimeSyncTokenType. setDeviceInHand(BooleanType value)Sets the value of the deviceInHand property.
-