public class HtmlPagePauseTask extends HtmlPageTask implements AuthenticationMechanismResultPauseTask
HTTP_BAD_REQUEST, HTTP_NOT_IMPLEMENTED, HTTP_OK, HTTP_OK_CREATED, HTTP_OK_NO_CONTENT, HTTP_SERVICE_UNAVALIABLE
Constructor and Description |
---|
HtmlPagePauseTask()
Create an HTML page pause task.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResumeUriBase()
Get the base of the URI that the user must access to resume the
execution of the current authentication mechanism.
|
java.lang.String |
getResumeUriParameter(java.lang.String name)
Get the value of query string parameter with the specified name of the
URI that the user must access to resume the execution of the current
authentication mechanism.
|
java.util.Map<java.lang.String,java.lang.String> |
getResumeUriParameters()
Get the query string parameters of the URI that the user must access to
resume the execution of the current authentication mechanism.
|
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.
|
void |
setResumeUriParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Set the query string parameters of the URI that the user must access to
resume the execution of the current authentication mechanism.
|
execute, getMacro, getMacros, getPageContent, getPageId, getStatusCode, setMacro, setMacros, setPageContent, setPageId, setStatusCode
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public java.lang.String getResumeUriBase()
public void setResumeUriBase(java.lang.String base)
AuthenticationMechanismResultPauseTask
setResumeUriBase
in interface AuthenticationMechanismResultPauseTask
base
- The base of the URI.public java.util.Map<java.lang.String,java.lang.String> getResumeUriParameters()
public void setResumeUriParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters
- The query string parameters.public java.lang.String getResumeUriParameter(java.lang.String name)
name
- The query string parameter name.public void setResumeUriParameter(java.lang.String name, java.lang.String value)
AuthenticationMechanismResultPauseTask
setResumeUriParameter
in interface AuthenticationMechanismResultPauseTask
name
- The query string parameter name.value
- The query string parameter value.