Class OAuthClientsResponse

java.lang.Object
com.skava.auth.model.response.oauthclient.OAuthClientsResponse
All Implemented Interfaces:
Serializable

public class OAuthClientsResponse extends Object implements Serializable
Data transfer class holds the list of client details as response data to transfer from service to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • OAuthClientsResponse

      public OAuthClientsResponse(List<OAuthClient> oAuthClients, PageableInfo pageableInfo, String domainPrefix)
      Instantiates new client response.
      Parameters:
      oAuthClients - The list of clients of type OAuthClient.
      pageableInfo - the pageableInfo of type PageableInfo
      domainPrefix - prefix for jwks URI generation of type String.