当前页面:
在线文档首页 >
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. |
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