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 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.
-