Uses of Enum Class
org.keycloak.dom.saml.v2.ac.BooleanType
Packages that use BooleanType
-
Uses of BooleanType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as BooleanTypeMethods in org.keycloak.dom.saml.v2.ac that return BooleanTypeModifier and TypeMethodDescriptionstatic BooleanTypeTimeSyncTokenType.getDeviceInHand()Gets the value of the deviceInHand property.static BooleanTypeReturns the enum constant of this class with the specified name.static BooleanType[]BooleanType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.dom.saml.v2.ac with parameters of type BooleanTypeModifier and TypeMethodDescriptionvoidTimeSyncTokenType.setDeviceInHand(BooleanType value) Sets the value of the deviceInHand property.