net.sf.jguard.core.authorization.workflow
Interface WorkflowChecker


public interface WorkflowChecker

checks if the provided permission has the right to implies the requested permission for the user.

Author:
Charles Gay

Method Summary
 boolean implies(java.security.Permission p, UserPrincipal user)
           
 

Method Detail

implies

boolean implies(java.security.Permission p,
                UserPrincipal user)


Copyright © 2004-2009. All Rights Reserved.