|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FarragoSessionPrivilegeChecker
This interface specifies the privilege check service methods. The caller submits request for access on each individual object along with the action to be performed.
Method Summary | |
---|---|
void |
checkAccess()
Checks access for all requests that have been submitted, and clears the request list. |
void |
requestAccess(CwmModelElement obj,
FemUser user,
FemRole role,
String action)
Submits a request for access to a catalog object. |
Method Detail |
---|
void requestAccess(CwmModelElement obj, FemUser user, FemRole role, String action)
obj
- object to be accesseduser
- the requesting user, or null for nonerole
- the requesting role, or null for noneaction
- the action to be performed on obj (see PrivilegedActionEnum
for base set)void checkAccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |