Interface AuthenticationMechanismResultTask
-
- All Known Subinterfaces:
AuthenticationMechanismResultAbortTask
,AuthenticationMechanismResultPauseTask
- All Known Implementing Classes:
HtmlPageAbortTask
,HtmlPagePauseTask
,HtmlPageTask
,JsonPageAbortTask
,JsonPagePauseTask
,JsonPageTask
public interface AuthenticationMechanismResultTask
This interface represents a task contained in authentication result returned by authentication mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(AuthenticationMechanismContext context)
This method is invoked by authentication service when it processes the authentication result.
-
-
-
Method Detail
-
execute
void execute(AuthenticationMechanismContext context)
This method is invoked by authentication service when it processes the authentication result. Authentication service passes the specified authentication context.- Parameters:
context
- The authentication context.
-
-