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 Detail

      • ClientInfoClient

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

      • execClientInfo

        public ClientInfoResponse execClientInfo​(java.lang.String accessToken)
        Executes the call to the REST Service and processes the response.
        Parameters:
        accessToken - The access token obtained from the Jans Auth authorization request.
        Returns:
        The service response.
      • exec

        @Deprecated
        public ClientInfoResponse exec​(org.jboss.resteasy.client.jaxrs.ClientHttpEngine engine)
        Deprecated.
        Engine should be shared between clients