当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
SecurityHelper (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.security
Class SecurityHelper
java.lang.Object
org.jbpm.security.SecurityHelper
public abstract class SecurityHelper
- extends java.lang.Object
provides helper methods to access the authentication and authorization
services.
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 |
SecurityHelper
public SecurityHelper()
getAuthenticatedActorId
public static java.lang.String getAuthenticatedActorId()
- helper method to look up the authenticated actorId in the current
jbpm context.
checkPermission
public static void checkPermission(java.security.Permission permission)
- helper method to check the permissions of a jbpm secured operation.
Version : jbpm-3.1.3