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