public class

ACMMasterSessionBundle

extends Object
java.lang.Object
   ↳ com.microstrategy.webapi.acm.ACMMasterSessionBundle

Class Overview

ACMMasterSessionBundle marries a number of parameters together (Jwt, GSSCredentials, Create Session Parameters, and Time-to-live) that are all descriptive of a Master Session Id. When making CreateSession calls to create Configuration and Project Session Ids, many of these parameters are needed.

Summary

Fields
public final ACMCreateSessionParams mCSParams
public final ACMGSSCredential mGSSCredential
public final ACMJwt mJwt
public final IDSSXMLSessionId.IMasterSessionId mMasterSessionId
public final ACMTimeToLive.MasterSessionTTL mTtl
Public Constructors
ACMMasterSessionBundle(IDSSXMLSessionId.IMasterSessionId iMasterSessionId, ACMJwt iJwt, ACMGSSCredential iGSSCredential, ACMCreateSessionParams iCSParams, ACMTimeToLive.MasterSessionTTL iTtl)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final ACMCreateSessionParams mCSParams

public final ACMGSSCredential mGSSCredential

public final ACMJwt mJwt

public final IDSSXMLSessionId.IMasterSessionId mMasterSessionId

public final ACMTimeToLive.MasterSessionTTL mTtl

Public Constructors

public ACMMasterSessionBundle (IDSSXMLSessionId.IMasterSessionId iMasterSessionId, ACMJwt iJwt, ACMGSSCredential iGSSCredential, ACMCreateSessionParams iCSParams, ACMTimeToLive.MasterSessionTTL iTtl)