Package com.adobe.granite.oauth.server
Interface Scope
- All Known Subinterfaces:
ScopeWithPrivileges
Deprecated.
Deprecated in favor of Adobe IMS integration.
The
Scope provides a simple API to
handle scopes-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(HttpServletRequest request) Deprecated.Get the description associated with the scopeDeprecated.Get the endpoint associated with the scopegetName()Deprecated.Get the scope namegetResourcePath(User user) Deprecated.Get the resource path associated with the scope
-
Method Details
-
getName
String getName()Deprecated.Get the scope name- Returns:
- the scope name
-
getResourcePath
Deprecated.Get the resource path associated with the scope- Parameters:
user- The authenticated user- Returns:
- The resource path associated to the scope
-
getEndpoint
String getEndpoint()Deprecated.Get the endpoint associated with the scope- Returns:
- the endpoint associated to the scope
-
getDescription
Deprecated.Get the description associated with the scope- Parameters:
request- The HttpServletRequest request- Returns:
- the scope description
-