| |
|
| java.lang.Object org.jbpm.security.SecurityHelper
SecurityHelper | abstract public class SecurityHelper (Code) | | provides helper methods to access the authentication and authorization
services.
|
checkPermission | public static void checkPermission(Permission permission)(Code) | | helper method to check the permissions of a jbpm secured operation.
|
getAuthenticatedActorId | public static String getAuthenticatedActorId()(Code) | | helper method to look up the authenticated actorId in the current
jbpm context.
|
|
|
|