Class BackchannelAuthorizeRestWebServiceImpl
java.lang.Object
io.jans.as.server.bcauthorize.ws.rs.BackchannelAuthorizeRestWebServiceImpl
- All Implemented Interfaces:
BackchannelAuthorizeRestWebService
@Path("/")
public class BackchannelAuthorizeRestWebServiceImpl
extends Object
implements BackchannelAuthorizeRestWebService
Implementation for request backchannel authorization through REST web services.
- Version:
- April 22, 2020
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
requestBackchannelAuthorizationPost
(String clientId, String scope, String clientNotificationToken, String acrValues, String loginHintToken, String idTokenHint, String loginHint, String bindingMessage, String userCodeParam, Integer requestedExpiry, String request, String requestUri, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.ws.rs.core.SecurityContext securityContext)
-
Constructor Details
-
BackchannelAuthorizeRestWebServiceImpl
public BackchannelAuthorizeRestWebServiceImpl()
-
-
Method Details
-
requestBackchannelAuthorizationPost
public jakarta.ws.rs.core.Response requestBackchannelAuthorizationPost(String clientId, String scope, String clientNotificationToken, String acrValues, String loginHintToken, String idTokenHint, String loginHint, String bindingMessage, String userCodeParam, Integer requestedExpiry, String request, String requestUri, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.ws.rs.core.SecurityContext securityContext) - Specified by:
requestBackchannelAuthorizationPost
in interfaceBackchannelAuthorizeRestWebService
-