Uses of Enum
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 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 BooleanTypeModifier and TypeMethodDescriptionvoidTimeSyncTokenType.setDeviceInHand(BooleanType value) Sets the value of the deviceInHand property.