Class ClientInfoClient


public class ClientInfoClient extends BaseClient<ClientInfoRequest,ClientInfoResponse>
Encapsulates functionality to make client info request calls to an authorization server via REST Services.
Version:
December 26, 2016
Author:
Javier Rojas Blum
  • Constructor Details

    • ClientInfoClient

      public ClientInfoClient(String url)
      Constructs an Client Info client by providing a REST url where the service is located.
      Parameters:
      url - The REST Service location.
  • Method Details