|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.security.SecurityHelper
public abstract class SecurityHelper
provides helper methods to access the authentication and authorization services.
Constructor Summary | |
---|---|
SecurityHelper()
|
Method Summary | |
---|---|
static void |
checkPermission(java.security.Permission permission)
helper method to check the permissions of a jbpm secured operation. |
static java.lang.String |
getAuthenticatedActorId()
helper method to look up the authenticated actorId in the current jbpm context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityHelper()
Method Detail |
---|
public static java.lang.String getAuthenticatedActorId()
public static void checkPermission(java.security.Permission permission)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |