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 DefaultScopeDefaultScope. fromString(String param)Returns the correspondingDefaultScopefor a default scope parameter.static DefaultScopeDefaultScope. valueOf(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.
-