Uses of Class
io.jans.fido2.sg.SuperGluuMode
-
Packages that use SuperGluuMode Package Description io.jans.fido2.sg -
-
Uses of SuperGluuMode in io.jans.fido2.sg
Methods in io.jans.fido2.sg that return SuperGluuMode Modifier and Type Method Description static SuperGluuMode
SuperGluuMode. fromModeValue(String attachment)
static SuperGluuMode
SuperGluuMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SuperGluuMode[]
SuperGluuMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-