Package com.kheops.jmap.server.webadmin
Class JMapServerAdminBean
java.lang.Object
com.kheops.jmap.server.webadmin.JMapServerAdminBean
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the session id of the current administrator.intgetAdminSessionId(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- 
getAdminSessionIdDeprecated.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.
 
- 
getAdminSessionIdpublic int getAdminSessionId()Returns the session id of the current administrator.- Returns:
- the session id of the current administrator.
 
- 
getCurrentUser
- 
getTablesSuppressionListpublic String[] getTablesSuppressionList(String driver, String url, String username, String password) throws Exception - Parameters:
- password- an unencrypted database password.
- Throws:
- Exception
 
- 
getSysParams
 
-