Package com.adobe.granite.oauth.server
Interface ScopeWithPrivileges
-
- All Superinterfaces:
Scope
public interface ScopeWithPrivileges extends Scope
Extended Scope interface for scopes that define required privileges on their content paths. The privileges defined in the scope will be created by the OAuth Server using the oauthservice user. It is the responsibility of the scope developer to ensure that oauthservice has the necessary privileges to do this.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getPrivileges()
Get the privileges associated with the scope.-
Methods inherited from interface com.adobe.granite.oauth.server.Scope
getDescription, getEndpoint, getName, getResourcePath
-
-