Class AuthenticationMechanismResult
java.lang.Object
com.ibm.security.access.extension.authn.AuthenticationMechanismResult
This class represents an authentication result returned by authentication
mechanism.
-
Method Details
-
success
Create an authentication success result.- Returns:
- An authentication success result.
-
pause
Create an authentication pause result with the specified task.- Parameters:
task
- The task.- Returns:
- An authentication pause result.
-
abort
Create an authentication abort result with the specified task.- Parameters:
task
- The task.- Returns:
- An authentication abort result.
-
getType
Get the type.- Returns:
- The type.
-
getTask
Get the task.- Returns:
- The task.
-