Class OAuthClientsResponse
java.lang.Object
com.skava.auth.model.response.oauthclient.OAuthClientsResponse
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionOAuthClientsResponse
(List<OAuthClient> oAuthClients, PageableInfo pageableInfo, String domainPrefix) Instantiates new client response. -
Method Summary
-
Constructor Details
-
OAuthClientsResponse
public OAuthClientsResponse(List<OAuthClient> oAuthClients, PageableInfo pageableInfo, String domainPrefix) Instantiates new client response.- Parameters:
oAuthClients
- The list of clients of typeOAuthClient
.pageableInfo
- the pageableInfo of typePageableInfo
domainPrefix
- prefix for jwks URI generation of typeString
.
-