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 SchemaSchema. fromString(java.lang.String param)Returns the correspondingSchemafor a given parameter.static SchemaSchema. 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.
-