Package com.adobe.granite.oauth.server
Interface Scope
-
- All Known Subinterfaces:
ScopeWithPrivileges
@Deprecated public interface ScopeDeprecated.Deprecated in favor of Adobe IMS integration.TheScopeprovides a simple API to handle scopes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetDescription(HttpServletRequest request)Deprecated.Get the description associated with the scopejava.lang.StringgetEndpoint()Deprecated.Get the endpoint associated with the scopejava.lang.StringgetName()Deprecated.Get the scope namejava.lang.StringgetResourcePath(User user)Deprecated.Get the resource path associated with the scope
-
-
-
Method Detail
-
getName
java.lang.String getName()
Deprecated.Get the scope name- Returns:
- the scope name
-
getResourcePath
java.lang.String getResourcePath(User user)
Deprecated.Get the resource path associated with the scope- Parameters:
user- The authenticated user- Returns:
- The resource path associated to the scope
-
getEndpoint
java.lang.String getEndpoint()
Deprecated.Get the endpoint associated with the scope- Returns:
- the endpoint associated to the scope
-
getDescription
java.lang.String getDescription(HttpServletRequest request)
Deprecated.Get the description associated with the scope- Parameters:
request- The HttpServletRequest request- Returns:
- the scope description
-
-