public interface OAuth2ResourceServer
OAuth2ResourceServer
provides a simple API to
handle scopes and resources of an OAuth Resource Server as defined in
http://tools.ietf.org/html/rfc6749Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Scope> |
getAllowedScopes()
Get a Map of the scopes allowed by an OAuth resource server.
|
Scope |
getScope(java.lang.String name)
Get an instance of a Scope defined by the scope name.
|
java.util.Map<java.lang.String,Scope> getAllowedScopes()
Scope
instance.Scope getScope(java.lang.String name)
name
- The name of the Scope"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"