Package com.adobe.granite.oauth.server
Interface ScopeWithPrivileges
- All Superinterfaces:
Scope
Deprecated.
Deprecated in favor of Adobe IMS integration.
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
Modifier and TypeMethodDescriptionString[]
Deprecated.Get the privileges associated with the scope.Methods inherited from interface com.adobe.granite.oauth.server.Scope
getDescription, getEndpoint, getName, getResourcePath
-
Method Details
-
getPrivileges
String[] getPrivileges()Deprecated.Get the privileges associated with the scope.- Returns:
- A String[] of Privilege names.
-