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