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