Public Methods | |
| Commworx (HttpServletRequest request, HttpServletResponse response, JspWriter out) | |
| boolean | simpleAuth (String[] users) throws Exception |
Public Attributes | |
| final HttpServletRequest | request |
| final HttpServletResponse | response |
| final JspWriter | out |
|
||||||||||||||||
|
Definition at line 36 of file Commworx.java. References sosc::Commworx::out, sosc::Commworx::request, and sosc::Commworx::response. |
|
|
Checks the commworx session table to verify that only the specified users can see this. Throws an exception (TODO: provide something better than 'Exception') if the user should not see this. Returns true if the user is a member of users[]. Never returns false because it throws an exception instead. Definition at line 50 of file Commworx.java. References sosc::DbTool::query(), and sosc::Commworx::request. |
|
|
Definition at line 34 of file Commworx.java. Referenced by sosc::Commworx::Commworx(). |
|
|
Definition at line 32 of file Commworx.java. Referenced by sosc::Commworx::Commworx(), and sosc::Commworx::simpleAuth(). |
|
|
Definition at line 33 of file Commworx.java. Referenced by sosc::Commworx::Commworx(). |
1.2.15