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