public interface AuthenticationMechanismResultPauseTask extends AuthenticationMechanismResultTask
Modifier and Type | Method and Description |
---|---|
void |
setResumeUriBase(java.lang.String base)
This method is invoked by authentication service to inform this result
pause task the base of the URI that the user must access to resume the
execution of the current authentication mechanism.
|
void |
setResumeUriParameter(java.lang.String name,
java.lang.String value)
This method is invoked by authentication service to inform this result
pause task the query string parameter of the URI that the user must
access to resume the execution of the current authentication mechanism.
|
execute
void setResumeUriBase(java.lang.String base)
base
- The base of the URI.void setResumeUriParameter(java.lang.String name, java.lang.String value)
name
- The query string parameter name.value
- The query string parameter value.