|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cofax.cms.CofaxToolsSecurity
CofaxToolsSecurity: CofaxToolsSecurity handles Security for CofaxTools. Checks are run against the modes table in the database according to the user's groups and current publication. Returns true if user has permissions, false if they don't.
Constructor Summary | |
CofaxToolsSecurity()
|
Method Summary | |
static boolean |
checkPermissions(DataStore db,
javax.servlet.http.HttpSession session,
java.lang.String mode)
Runs current mode request against user permissions and determines if they are allowed to complete action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CofaxToolsSecurity()
Method Detail |
public static boolean checkPermissions(DataStore db, javax.servlet.http.HttpSession session, java.lang.String mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |