public class CommonInboundAuthenticationServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
CommonInboundAuthenticationServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected InboundAuthenticationResponse |
doProcessRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
InboundAuthenticationRequest authenticationRequest)
Process inbound request
|
protected InboundAuthenticationResponse |
doProcessResponse(InboundAuthenticationRequest authenticationRequest)
Process inbound authentication response
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected InboundAuthenticationResponse doProcessRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, InboundAuthenticationRequest authenticationRequest) throws AuthenticationFrameworkRuntimeException
request
- Http requestresponse
- Http responseauthenticationRequest
- Authentication requestAuthenticationFrameworkRuntimeException
protected InboundAuthenticationResponse doProcessResponse(InboundAuthenticationRequest authenticationRequest) throws AuthenticationFrameworkRuntimeException
authenticationRequest
- Authentication requestAuthenticationFrameworkRuntimeException
Copyright © 2015 WSO2. All rights reserved.