Uses of Enum Class
org.keycloak.dom.saml.v2.ac.classes.DeviceTypeType
Packages that use DeviceTypeType
-
Uses of DeviceTypeType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as DeviceTypeTypeMethods in org.keycloak.dom.saml.v2.ac.classes that return DeviceTypeTypeModifier and TypeMethodDescriptionstatic DeviceTypeTypeTimeSyncTokenType.getDeviceType()Gets the value of the deviceType property.static DeviceTypeTypeReturns 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.classes with parameters of type DeviceTypeTypeModifier and TypeMethodDescriptionvoidTimeSyncTokenType.setDeviceType(DeviceTypeType value) Sets the value of the deviceType property.