|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
defines the interface for plugging in authorization mechanisms into jBPM.
If Authroization implementations need the current authenticated user, they
can look that up via Authentication.getAuthenticatedActorId()
.
Method Summary | |
void |
checkPermission(java.security.Permission permission,
ProcessDefinition processDefinition,
Token token)
verify if the currently authenticated has the given permission. |
Method Detail |
public void checkPermission(java.security.Permission permission, ProcessDefinition processDefinition, Token token) throws java.security.AccessControlException
java.security.AccessControlException
- if the current authenticated actor is not
authorized.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |