Package com.adobe.granite.oauth.server
Interface OAuth2ResourceServer
-
@ProviderType public interface OAuth2ResourceServer
TheOAuth2ResourceServerprovides a simple API to handle scopes and resources of an OAuth Resource Server as defined in http://tools.ietf.org/html/rfc6749
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Scope>getAllowedScopes()Get a Map of the scopes allowed by an OAuth resource server.ScopegetScope(String name)Get an instance of a Scope defined by the scope name.
-