public class

CreateIdentityTokenTask

extends AbstractAppTask
java.lang.Object
   ↳ com.microstrategy.web.tasks.AbstractBaseTask
     ↳ com.microstrategy.web.app.tasks.AbstractAppTask
       ↳ com.microstrategy.web.app.tasks.CreateIdentityTokenTask

Class Overview

This task creates an identity token to be used across MicroStrategy applications.

Summary

[Expand]
Inherited Constants
From class com.microstrategy.web.tasks.AbstractBaseTask
[Expand]
Inherited Fields
From class com.microstrategy.web.tasks.AbstractBaseTask
Public Constructors
CreateIdentityTokenTask()
Default no args constructor
Public Methods
void processRequest(TaskRequestContext context, TaskOutput out)
This task creates an identity token containing session information which can be used to restore the session in another Web Server.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.tasks.AbstractAppTask
From class com.microstrategy.web.tasks.AbstractBaseTask
From class java.lang.Object
From interface com.microstrategy.web.tasks.Task

Public Constructors

public CreateIdentityTokenTask ()

Default no args constructor

Public Methods

public void processRequest (TaskRequestContext context, TaskOutput out)

This task creates an identity token containing session information which can be used to restore the session in another Web Server.

Parameters
context The TaskRequestContext object that maintains the state of the request.
out taskOutput The TaskOutput that records the contents of the Task response.
Throws
TaskException If the session is not alive.