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

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


org.jbpm.security.authorizer
Class RolesAuthorizer

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

public class RolesAuthorizer
extends java.lang.Object
implements Authorizer


Constructor Summary
RolesAuthorizer()
           
 
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

RolesAuthorizer

public RolesAuthorizer()
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