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