Class GetSessionStateTask

  • All Implemented Interfaces:
    Task

    public class GetSessionStateTask
    extends AbstractAppTask
    A simple Task that logs a user into an Intelligence Server.
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • PARAM_NAME_SERVER

        public static final java.lang.String PARAM_NAME_SERVER
        The name of the server parameter.
        See Also:
        Constant Field Values
      • PARAM_NAME_PORT

        public static final java.lang.String PARAM_NAME_PORT
        The port of the server
        See Also:
        Constant Field Values
      • PARAM_NAME_PROJECT

        protected static final java.lang.String PARAM_NAME_PROJECT
        The name of the project parameter.
        See Also:
        Constant Field Values
      • PARAM_NAME_P

        protected static final java.lang.String PARAM_NAME_P
        The name of the p parameter.
        See Also:
        Constant Field Values
      • PARAM_NAME_L

        protected static final java.lang.String PARAM_NAME_L
        The name of the user ID parameter.
        See Also:
        Constant Field Values
      • PARAM_NAME_AUTH_MODE

        public static final java.lang.String PARAM_NAME_AUTH_MODE
        The name of the authentication mode parameter.
        See Also:
        Constant Field Values
      • PARAM_NAME_DISPLAY_LOCALE_ID

        public static final java.lang.String PARAM_NAME_DISPLAY_LOCALE_ID
        The display Locale ID
        See Also:
        Constant Field Values
      • PARAM_NAME_DATA_LOCALE_ID

        public static final java.lang.String PARAM_NAME_DATA_LOCALE_ID
        The data locale ID
        See Also:
        Constant Field Values
      • PARAM_NAME_METADATA_LOCALE_ID

        public static final java.lang.String PARAM_NAME_METADATA_LOCALE_ID
        The metadata Locale ID
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • PARAM_NAME_WAREHOUSE_DATA_LOCALE_ID

        public static final java.lang.String PARAM_NAME_WAREHOUSE_DATA_LOCALE_ID
        The warehouse data locale ID
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • PARAM_NAME_CLIENT_ID

        public static final java.lang.String PARAM_NAME_CLIENT_ID
        The client ID
        See Also:
        Constant Field Values
      • PARAM_NAME_REGULAR_WORKING_SET_SIZE

        public static final java.lang.String PARAM_NAME_REGULAR_WORKING_SET_SIZE
        The regular working set size
        See Also:
        Constant Field Values
      • PARAM_NAME_SESSION_FLAGS

        public static final java.lang.String PARAM_NAME_SESSION_FLAGS
        The session flag
        See Also:
        Constant Field Values
      • PARAM_NAME_OLD_SESSION_STATE

        public static final java.lang.String PARAM_NAME_OLD_SESSION_STATE
        The old session state
        See Also:
        Constant Field Values
      • PARAM_NAME_OLD_SESSION_INFO

        public static final java.lang.String PARAM_NAME_OLD_SESSION_INFO
        The old session info container
        See Also:
        Constant Field Values
      • PARAM_NAME_APP_TYPE

        public static final java.lang.String PARAM_NAME_APP_TYPE
        Application Type
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetSessionStateTask

        public GetSessionStateTask()
        Creates a new LoginTask object.