java.lang.Object | |||
↳ | com.microstrategy.web.tasks.AbstractBaseTask | ||
↳ | com.microstrategy.web.app.tasks.AbstractAppTask | ||
↳ | com.microstrategy.web.app.tasks.GetSessionStateTask |
A simple Task
that logs a user into
an Intelligence Server.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PARAM_NAME_APP_TYPE | Application Type | |||||||||
String | PARAM_NAME_AUTH_MODE | The name of the authentication mode parameter. | |||||||||
String | PARAM_NAME_CLIENT_ID | The client ID | |||||||||
String | PARAM_NAME_DATA_LOCALE_ID | The data locale ID | |||||||||
String | PARAM_NAME_DISPLAY_LOCALE_ID | The display Locale ID | |||||||||
String | PARAM_NAME_LOGIN | The name of the user ID parameter. | |||||||||
String | PARAM_NAME_METADATA_LOCALE_ID | The metadata Locale ID | |||||||||
String | PARAM_NAME_OLD_SESSION_INFO | The old session info container | |||||||||
String | PARAM_NAME_OLD_SESSION_STATE | The old session state | |||||||||
String | PARAM_NAME_PASSWORD | The name of the password parameter. | |||||||||
String | PARAM_NAME_PORT | The port of the server | |||||||||
String | PARAM_NAME_PROJECT | The name of the project parameter. | |||||||||
String | PARAM_NAME_REGULAR_WORKING_SET_SIZE | The regular working set size | |||||||||
String | PARAM_NAME_SERVER | The name of the server parameter. | |||||||||
String | PARAM_NAME_SESSION_FLAGS | The session flag | |||||||||
String | PARAM_NAME_WAREHOUSE_DATA_LOCALE_ID | The warehouse data locale ID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GetSessionStateTask()
Creates a new LoginTask object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
processRequest(TaskRequestContext context, MarkupOutput markupOutput)
Creates an Intelligence Server session using the information
supplied in the request.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Application Type
The name of the authentication mode parameter.
The client ID
The data locale ID
The display Locale ID
The name of the user ID parameter.
The metadata Locale ID
The old session info container
The old session state
The name of the password parameter.
The port of the server
The name of the project parameter.
The regular working set size
The name of the server parameter.
The session flag
The warehouse data locale ID
Creates a new LoginTask object.
Creates an Intelligence Server session using the information supplied in the request.
context | The TaskRequestContext object that maintains the
state of the request. |
---|---|
markupOutput | The MarkupOutput that records the contents
of the Task response. |
TaskException | If the Task is unable to obtain a Block to store the results. |
---|---|
TaskRequestMalformedException | If any of the information is incorrect. |