Przeglądaj źródła

Improve JavaDocs.

Ben Alex 21 lat temu
rodzic
commit
03a530b36b

+ 2 - 1
core/src/main/java/org/acegisecurity/AccessDecisionManager.java

@@ -45,7 +45,8 @@ public interface AccessDecisionManager {
      * <p>
      * This allows the <code>AbstractSecurityInterceptor</code> to check every
      * configuration attribute can be consumed by the configured
-     * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>.
+     * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>
+     * and/or <code>AfterInvocationManager</code>.
      * </p>
      *
      * @param attribute a configuration attribute that has been configured

+ 2 - 1
core/src/main/java/org/acegisecurity/RunAsManager.java

@@ -84,7 +84,8 @@ public interface RunAsManager {
      * <p>
      * This allows the <code>AbstractSecurityInterceptor</code> to check every
      * configuration attribute can be consumed by the configured
-     * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>.
+     * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>
+     * and/or <code>AfterInvocationManager</code>.
      * </p>
      *
      * @param attribute a configuration attribute that has been configured

+ 4 - 3
core/src/main/java/org/acegisecurity/vote/AccessDecisionVoter.java

@@ -46,13 +46,14 @@ public interface AccessDecisionVoter {
      * on the passed <code>ConfigAttribute</code>.
      * 
      * <p>
-     * This allows the <code>SecurityInterceptor</code> to check every
+     * This allows the <code>AbstractSecurityInterceptor</code> to check every
      * configuration attribute can be consumed by the configured
-     * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>.
+     * <code>AccessDecisionManager</code> and/or <code>RunAsManager</code>
+     * and/or <code>AccessDecisionManager</code>.
      * </p>
      *
      * @param attribute a configuration attribute that has been configured
-     *        against the <code>SecurityInterceptor</code>
+     *        against the <code>AbstractSecurityInterceptor</code>
      *
      * @return true if this <code>AccessDecisionVoter</code> can support the
      *         passed configuration attribute