Package com.adobe.granite.oauth.server
Interface OAuth2AuthorizationServer
Deprecated.
Deprecated in favor of Adobe IMS integration.
The
OAuth2AuthorizationEndpoint
provides a simple API to
handle client information of an OAuth Authorization Server as defined in
http://tools.ietf.org/html/rfc6749-
Method Summary
Modifier and TypeMethodDescriptiongetClientName
(String clientId) Deprecated.Get the client name of the given OAuth client
-
Method Details
-
getClientName
Deprecated.Get the client name of the given OAuth client- Parameters:
clientId
- The OAuth clientId- Returns:
- the client name of the given OAuth client or
null
if the client does not exist
-