java.lang.Object | |||
↳ | com.microstrategy.web.tasks.AbstractBaseTask | ||
↳ | com.microstrategy.web.app.tasks.AbstractAppTask | ||
↳ | com.microstrategy.web.app.tasks.ChangePasswordTask |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PARAM_NAME_LOGIN | The name of the user ID parameter. | |||||||||
String | PARAM_NAME_NEW_PASSWORD | The name of the new password parameter. | |||||||||
String | PARAM_NAME_OLD_PASSWORD | The name of the old password parameter. | |||||||||
String | PARAM_NAME_PORT | The name of the port parameter. | |||||||||
String | PARAM_NAME_SERVER | The name of the server parameter. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected TaskParameterMetadata | authModeTaskParam | ||||||||||
protected TaskParameterMetadata | loginTaskParam | ||||||||||
protected TaskParameterMetadata | newPasswordTaskParam | ||||||||||
protected TaskParameterMetadata | oldPasswordTaskParam | ||||||||||
protected TaskParameterMetadata | portTaskParam | ||||||||||
protected TaskParameterMetadata | serverTaskParam |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ChangePasswordTask() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
processRequest(TaskRequestContext context, MarkupOutput markupOutput)
The default implementation of this version of processRequest is empty.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The name of the user ID parameter.
The name of the new password parameter.
The name of the old password parameter.
The name of the port parameter.
The name of the server parameter.
The default implementation of this version of processRequest is empty. Task implementators may override either version of processRequest.
context | The TaskRequestContext object that maintains
the state of the request. |
---|---|
markupOutput | The MarkupOutput that records the contents
of the Task response. |
TaskException |
---|