当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
IdentityAuthorizationService (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.security.authorization
Class IdentityAuthorizationService
java.lang.Object
org.jbpm.security.authorization.IdentityAuthorizationService
- All Implemented Interfaces:
- java.io.Serializable, AuthorizationService, Service
public class IdentityAuthorizationService
- extends java.lang.Object
- implements AuthorizationService
- See Also:
- Serialized Form
Method Summary |
void |
checkPermission(java.security.Permission permission)
verify if the currently authenticated has the given permission. |
void |
close()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityAuthorizationService
public IdentityAuthorizationService()
checkPermission
public void checkPermission(java.security.Permission permission)
throws java.security.AccessControlException
- Description copied from interface:
AuthorizationService
- verify if the currently authenticated has the given permission.
- Specified by:
checkPermission
in interface AuthorizationService
- Throws:
java.security.AccessControlException
- if the current authenticated actor is not
authorized.
close
public void close()
- Specified by:
close
in interface Service
Version : jbpm-3.1.3