| Allows users to determine whether they have "before invocation" privileges for a given method invocation. Of
course, if an
org.acegisecurity.AfterInvocationManager is used to authorize the result of a method
invocation, this class cannot assist determine whether or not the AfterInvocationManager will enable
access. Instead this class aims to allow applications to determine whether or not the current principal would be
allowed to at least attempt to invoke the method, irrespective of the "after" invocation handling.
author: Ben Alex version: $Id: MethodInvocationPrivilegeEvaluator.java 1496 2006-05-23 13:38:33Z benalex $ |