Class ClientInfoRestWebServiceImpl
java.lang.Object
io.jans.as.server.clientinfo.ws.rs.ClientInfoRestWebServiceImpl
- All Implemented Interfaces:
ClientInfoRestWebService
@Path("/")
public class ClientInfoRestWebServiceImpl
extends Object
implements ClientInfoRestWebService
Provides interface for Client Info REST web services
- Version:
- April 25, 2022
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJSonResponse
(io.jans.as.common.model.registration.Client client, Set<String> scopes) Builds a JSon String with the response parameters.jakarta.ws.rs.core.Response
requestClientInfo
(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext) jakarta.ws.rs.core.Response
requestClientInfoGet
(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext) jakarta.ws.rs.core.Response
requestClientInfoPost
(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext)
-
Constructor Details
-
ClientInfoRestWebServiceImpl
public ClientInfoRestWebServiceImpl()
-
-
Method Details
-
requestClientInfoGet
public jakarta.ws.rs.core.Response requestClientInfoGet(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
requestClientInfoGet
in interfaceClientInfoRestWebService
-
requestClientInfoPost
public jakarta.ws.rs.core.Response requestClientInfoPost(String accessToken, String authorization, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
requestClientInfoPost
in interfaceClientInfoRestWebService
-
requestClientInfo
-
getJSonResponse
public String getJSonResponse(io.jans.as.common.model.registration.Client client, Set<String> scopes) Builds a JSon String with the response parameters.
-