Class BackchannelAuthorizeRestWebServiceImpl
- java.lang.Object
-
- io.jans.as.server.bcauthorize.ws.rs.BackchannelAuthorizeRestWebServiceImpl
-
- All Implemented Interfaces:
BackchannelAuthorizeRestWebService
@Path("/") public class BackchannelAuthorizeRestWebServiceImpl extends Object implements BackchannelAuthorizeRestWebServiceImplementation for request backchannel authorization through REST web services.- Version:
- April 22, 2020
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description BackchannelAuthorizeRestWebServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponserequestBackchannelAuthorizationPost(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)
-
-
-
Method Detail
-
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:
requestBackchannelAuthorizationPostin interfaceBackchannelAuthorizeRestWebService
-
-