Interface OAuth2AuthorizationServer


@Deprecated @ProviderType public 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 Type
    Method
    Description
    Deprecated.
    Get the client name of the given OAuth client
  • Method Details

    • getClientName

      String getClientName(String clientId)
      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