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