站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by org.jbpm.security.SecurityHelper

public abstract class SecurityHelper
extends java.lang.Object

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

SecurityHelper

public SecurityHelper()
Method Detail

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