Uses of Enum Class
org.keycloak.dom.saml.v2.ac.DeviceTypeType
Packages that use DeviceTypeType
-
Uses of DeviceTypeType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as DeviceTypeTypeMethods in org.keycloak.dom.saml.v2.ac that return DeviceTypeTypeModifier and TypeMethodDescriptionstatic DeviceTypeType
TimeSyncTokenType.getDeviceType()
Gets the value of the deviceType property.static DeviceTypeType
Returns the enum constant of this class with the specified name.static DeviceTypeType[]
DeviceTypeType.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 DeviceTypeTypeModifier and TypeMethodDescriptionvoid
TimeSyncTokenType.setDeviceType
(DeviceTypeType value) Sets the value of the deviceType property.