public class DefaultRequestCoordinator extends Object implements RequestCoordinator
Constructor and Description |
---|
DefaultRequestCoordinator() |
Modifier and Type | Method and Description |
---|---|
protected void |
findPreviousAuthenticatedSession(javax.servlet.http.HttpServletRequest request,
AuthenticationContext context) |
static DefaultRequestCoordinator |
getInstance() |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected AuthenticationContext |
initializeFlow(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the initial request (from the calling servlet)
|
public static DefaultRequestCoordinator getInstance()
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
handle
in interface RequestCoordinator
IOException
protected AuthenticationContext initializeFlow(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FrameworkException
request
- response
- javax.servlet.ServletException
IOException
FrameworkException
protected void findPreviousAuthenticatedSession(javax.servlet.http.HttpServletRequest request, AuthenticationContext context) throws FrameworkException
FrameworkException
Copyright © 2015 WSO2. All rights reserved.