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
Modifier and TypeMethodDescriptionvoidexecute(AuthenticationMechanismContext context) This method is invoked by authentication service when it processes the authentication result.
-
Method Details
-
execute
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.
-