Uses of Class
org.gluu.oxauth.model.common.DefaultScope
-
Packages that use DefaultScope Package Description org.gluu.oxauth.model.common -
-
Uses of DefaultScope in org.gluu.oxauth.model.common
Methods in org.gluu.oxauth.model.common that return DefaultScope Modifier and Type Method Description static DefaultScopeDefaultScope. fromString(java.lang.String param)Returns the correspondingDefaultScopefor a default scope parameter.static DefaultScopeDefaultScope. 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.
-