当前页面:
在线文档首页 >
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
org.jbpm.security.authorizer.AccessControllerAuthorizer
- All Implemented Interfaces:
- Authorizer
- public class AccessControllerAuthorizer
- extends java.lang.Object
- implements Authorizer
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 |
AccessControllerAuthorizer
public AccessControllerAuthorizer()
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