@Component(value="EvaluateSSOConsentsTaskImpl") public class EvaluateSSOConsentsTaskImpl extends AbstractAuthServletTask
| Modifier and Type | Field and Description |
|---|---|
protected IAuthenticationSessionStoreage |
authenticatedSessionStorage |
authConfig, ERROR_CODE_PARAM, moasession, pendingReq, requestStoreage, revisionsLogger| Constructor and Description |
|---|
EvaluateSSOConsentsTaskImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecutionContext executionContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Executes the task providing the underlying
ExecutionContext executionContext as well as the
respective HttpServletRequest and HttpServletResponse. |
addURLParameter, defaultTaskInitialization, getParameters, internalExecute, performRedirectToItself, performRedirectToProtocolFinialization, readBytesUpTo@Autowired protected IAuthenticationSessionStoreage authenticatedSessionStorage
public void execute(ExecutionContext executionContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws TaskExecutionException
MoaIdTaskExecutionContext executionContext as well as the
respective HttpServletRequest and HttpServletResponse.execute in class AbstractAuthServletTaskexecutionContext - The execution context (never null).request - The HttpServletRequest (never null).response - The HttpServletResponse (never null).TaskExecutionExceptionCopyright © 2017. All rights reserved.