org.jbpm.security.authorization
Class IdentityAuthorizationService
java.lang.Object
org.jbpm.security.authorization.IdentityAuthorizationService
- All Implemented Interfaces:
- Serializable, AuthorizationService, Service
public class IdentityAuthorizationService
- extends Object
- implements AuthorizationService
- See Also:
- Serialized Form
| 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(Permission permission)
throws AccessControlException
- Description copied from interface:
AuthorizationService
- verify if the currently authenticated has the given permission.
- Specified by:
checkPermission in interface AuthorizationService
- Throws:
AccessControlException - if the current authenticated actor is not
authorized.
close
public void close()
- Specified by:
close in interface Service
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.