站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

AccessControllerAuthorizer (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.security.authorizer
Class AccessControllerAuthorizer

java.lang.Object
  extended byorg.jbpm.security.authorizer.AccessControllerAuthorizer
All Implemented Interfaces:
Authorizer

public class AccessControllerAuthorizer
extends java.lang.Object
implements Authorizer


Constructor Summary
AccessControllerAuthorizer()
           
 
Method Summary
 void checkPermission(java.security.Permission permission, ProcessDefinition processDefinition, Token token)
          verify if the currently authenticated has the given permission.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControllerAuthorizer

public AccessControllerAuthorizer()
Method Detail

checkPermission

public void checkPermission(java.security.Permission permission,
                            ProcessDefinition processDefinition,
                            Token token)
Description copied from interface: Authorizer
verify if the currently authenticated has the given permission.

Specified by:
checkPermission in interface Authorizer


Version : jbpm-3.0.4