You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2010/08/14 13:16:36 UTC

svn commit: r985462 - /incubator/river/jtsk/trunk/src/org/apache/river/api/security/RevokeableDynamicPolicy.java

Author: peter_firmstone
Date: Sat Aug 14 11:16:35 2010
New Revision: 985462

URL: http://svn.apache.org/viewvc?rev=985462&view=rev
Log:
ExecutionContextManager implementation for the RevokableDynamicPolicy, please review.

Modified:
    incubator/river/jtsk/trunk/src/org/apache/river/api/security/RevokeableDynamicPolicy.java

Modified: incubator/river/jtsk/trunk/src/org/apache/river/api/security/RevokeableDynamicPolicy.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/org/apache/river/api/security/RevokeableDynamicPolicy.java?rev=985462&r1=985461&r2=985462&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/org/apache/river/api/security/RevokeableDynamicPolicy.java (original)
+++ incubator/river/jtsk/trunk/src/org/apache/river/api/security/RevokeableDynamicPolicy.java Sat Aug 14 11:16:35 2010
@@ -76,12 +76,6 @@ public interface RevokeableDynamicPolicy
      * a Permission related to the one being managed is revoked, in which case
      * the cache of AccessControlContext's previously checked are cleared.
      * 
-     * The ExecutionContextManager is specific only to one permission, this 
-     * is the enabler for the reduced checkPermission calls, since a
-     * Permission should behave in a persistent manner, once it passes, it
-     * should always pass, unless revoked.
-     * 
-     * 
      * @param p Permission the ExecutionContextManager will check.
      * @return a new ExecutionContextManager instance.
      */