Uses of Class
org.keycloak.dom.saml.v2.ac.classes.DeviceTypeType
-
Packages that use DeviceTypeType Package Description org.keycloak.dom.saml.v2.ac.classes -
-
Uses of DeviceTypeType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as DeviceTypeType Modifier and Type Field Description protected DeviceTypeTypeTimeSyncTokenType. deviceTypeMethods in org.keycloak.dom.saml.v2.ac.classes that return DeviceTypeType Modifier and Type Method Description static DeviceTypeTypeDeviceTypeType. fromValue(String v)DeviceTypeTypeTimeSyncTokenType. getDeviceType()Gets the value of the deviceType property.static DeviceTypeTypeDeviceTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceTypeType[]DeviceTypeType. 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.classes with parameters of type DeviceTypeType Modifier and Type Method Description voidTimeSyncTokenType. setDeviceType(DeviceTypeType value)Sets the value of the deviceType property.
-