Class JMapServerAdminBean

java.lang.Object
com.kheops.jmap.server.webadmin.JMapServerAdminBean

public final class JMapServerAdminBean extends Object
  • Field Details

    • JMAPADMIN_HOME

      public static final String JMAPADMIN_HOME
  • Constructor Details

  • Method Details

    • getAdminSessionId

      @Deprecated public int getAdminSessionId(javax.servlet.http.HttpSession session)
      Deprecated.
      since JMap 2.5
      Returns the session id of the current administrator.
      Parameters:
      session - the current HttpSession object of the administrator.
      Returns:
      the session id of the current administrator.
    • getAdminSessionId

      public int getAdminSessionId()
      Returns the session id of the current administrator.
      Returns:
      the session id of the current administrator.
    • getCurrentUser

      public User getCurrentUser()
    • getTablesSuppressionList

      public String[] getTablesSuppressionList(String driver, String url, String username, String password) throws Exception
      Parameters:
      password - an unencrypted database password.
      Throws:
      Exception
    • getSysParams

      public JMapServerSysParams getSysParams()