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 BooleanType
TimeSyncTokenType.getDeviceInHand()
Gets the value of the deviceInHand property.static BooleanType
Returns 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 TypeMethodDescriptionvoid
TimeSyncTokenType.setDeviceInHand
(BooleanType value) Sets the value of the deviceInHand property.