Interface OAuth2AuthorizationServer


  • @ProviderType
    public interface OAuth2AuthorizationServer
    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 Detail

      • getClientName

        java.lang.String getClientName​(java.lang.String clientId)
        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