public class ProxyGrantingTicketProxy extends Object implements BackOfficeRequestProxy
Constructor and Description |
---|
ProxyGrantingTicketProxy() |
Modifier and Type | Method and Description |
---|---|
void |
handleBackOfficeResponse(Response response,
org.apache.http.HttpResponse backOfficeResponse)
Allow to modify the response, bases on the back-office response.
|
void |
prepareBackOfficeRequest(Request request,
HttpUriRequest backOfficeRequest)
Allow to modify the back-office request being created.
|
public ProxyGrantingTicketProxy()
public void prepareBackOfficeRequest(Request request, HttpUriRequest backOfficeRequest)
BackOfficeRequestProxy
prepareBackOfficeRequest
in interface BackOfficeRequestProxy
request
- the incoming request from the client.backOfficeRequest
- the back-office request being created.public void handleBackOfficeResponse(Response response, org.apache.http.HttpResponse backOfficeResponse)
BackOfficeRequestProxy
handleBackOfficeResponse
in interface BackOfficeRequestProxy
response
- the response being created.backOfficeResponse
- the back-office response.