@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
MoaIdTask
ExecutionContext
executionContext
as well as the
respective HttpServletRequest
and HttpServletResponse
.execute
in class AbstractAuthServletTask
executionContext
- The execution context (never null
).request
- The HttpServletRequest (never null
).response
- The HttpServletResponse (never null
).TaskExecutionException
Copyright © 2017. All rights reserved.