Uses of Class
x.oauth.Scope
Packages that use Scope
-
Uses of Scope in x.oauth
Modifier and TypeMethodDescriptionLoads a scope from DB by its name.static ScopeScope.loadFromXData(XData data) Modifier and TypeMethodDescriptionDBManager.getAllScopes()Lists all registered scopes.SkyLogicDataManager.getAllScopes()ScopeService.loadScopes(String scope) Modifier and TypeMethodDescriptionprotected voidScopeService.setScopeEmptyValues(Scope scope, Scope foundScope) booleanDBManager.storeScope(Scope scope) Stores OAuth20 scope in the DB.booleanSkyLogicDataManager.storeScope(Scope scope)