org.jbpm.security.authorization
Class IdentityAuthorizationService

java.lang.Object
  extended by 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

Constructor Summary
IdentityAuthorizationService()
           
 
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
 

Constructor Detail

IdentityAuthorizationService

public IdentityAuthorizationService()
Method Detail

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


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.