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

AuthorizationService (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.security
Interface AuthorizationService

All Superinterfaces:
java.io.Serializable, Service
All Known Implementing Classes:
IdentityAuthorizationService

public interface AuthorizationService
extends Service


Method Summary
 void checkPermission(java.security.Permission permission)
          verify if the currently authenticated has the given permission.
 
Methods inherited from interface org.jbpm.svc.Service
close
 

Method Detail

checkPermission

void checkPermission(java.security.Permission permission)
                     throws java.security.AccessControlException
verify if the currently authenticated has the given permission.

Throws:
java.security.AccessControlException - if the current authenticated actor is not authorized.


Version : jbpm-3.1.3