public class DefaultStepHandler extends Object implements StepHandler
Constructor and Description |
---|
DefaultStepHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
AuthenticatorConfig authenticatorConfig) |
static DefaultStepHandler |
getInstance() |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
handleHomeRealmDiscovery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
handleRequestFromLoginPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
handleResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
populateStepConfigWithAuthenticationDetails(StepConfig stepConfig,
AuthenticatedIdPData authenticatedIdPData) |
public static DefaultStepHandler getInstance()
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
handle
in interface StepHandler
FrameworkException
protected void handleHomeRealmDiscovery(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
FrameworkException
protected void handleRequestFromLoginPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
FrameworkException
protected void handleResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
FrameworkException
protected void doAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context, AuthenticatorConfig authenticatorConfig) throws FrameworkException
FrameworkException
protected void populateStepConfigWithAuthenticationDetails(StepConfig stepConfig, AuthenticatedIdPData authenticatedIdPData)
Copyright © 2015 WSO2. All rights reserved.