Package com.kheops.jmap.server.webadmin
Class JMapServerAdminBean
java.lang.Object
com.kheops.jmap.server.webadmin.JMapServerAdminBean
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the session id of the current administrator.int
getAdminSessionId
(javax.servlet.http.HttpSession session) Deprecated.since JMap 2.5String[]
getTablesSuppressionList
(String driver, String url, String username, String password)
-
Field Details
-
JMAPADMIN_HOME
-
-
Constructor Details
-
JMapServerAdminBean
-
-
Method Details
-
getAdminSessionId
Deprecated.since JMap 2.5Returns 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
-
getTablesSuppressionList
public String[] getTablesSuppressionList(String driver, String url, String username, String password) throws Exception - Parameters:
password
- an unencrypted database password.- Throws:
Exception
-
getSysParams
-