Class LoginTask

    • Constructor Detail

      • LoginTask

        public LoginTask​(org.pentaho.reporting.designer.core.ReportDesignerContext designerContext,
                         Component uiContext,
                         AuthenticatedServerTask followUpTask)
      • LoginTask

        public LoginTask​(org.pentaho.reporting.designer.core.ReportDesignerContext designerContext,
                         Component uiContext,
                         AuthenticatedServerTask followUpTask,
                         org.pentaho.reporting.designer.core.auth.AuthenticationData loginData)
      • LoginTask

        public LoginTask​(org.pentaho.reporting.designer.core.ReportDesignerContext designerContext,
                         Component uiContext,
                         AuthenticatedServerTask followUpTask,
                         org.pentaho.reporting.designer.core.auth.AuthenticationData loginData,
                         boolean loginForPublish)
    • Method Detail

      • run

        public void run()
        When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

        The general contract of the method run is that it may take any action whatsoever.

        Specified by:
        run in interface Runnable
        See Also:
        Thread.run()
      • getLoginData

        public org.pentaho.reporting.designer.core.auth.AuthenticationData getLoginData()