Improve JavaDocs.

This commit is contained in:
Ben Alex 2004-11-15 01:42:47 +00:00
parent d639e5c02f
commit 03a530b36b
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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