public class DefaultAuthenticationRequestHandler extends Object implements AuthenticationRequestHandler
Constructor and Description |
---|
DefaultAuthenticationRequestHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
concludeFlow(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Sends the response to the servlet that initiated the authentication flow
|
static DefaultAuthenticationRequestHandler |
getInstance() |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Executes the authentication flow
|
protected boolean |
handleSequenceStart(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Handle the start of a Sequence
|
protected void |
sendResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
public static DefaultAuthenticationRequestHandler getInstance()
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
handle
in interface AuthenticationRequestHandler
request
- response
- FrameworkException
protected boolean handleSequenceStart(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
request
- response
- context
- javax.servlet.ServletException
IOException
FrameworkException
protected void concludeFlow(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
request
- response
- javax.servlet.ServletException
IOException
FrameworkException
protected void sendResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
FrameworkException
Copyright © 2015 WSO2. All rights reserved.