mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
SEC-1282: Clarified javadoc
This commit is contained in:
parent
0b1d0d11d7
commit
248e826342
@ -34,7 +34,7 @@ public class UnanimousBased extends AbstractAccessDecisionManager {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This concrete implementation polls all configured {@link AccessDecisionVoter}s for each {@link
|
* This concrete implementation polls all configured {@link AccessDecisionVoter}s for each {@link
|
||||||
* ConfigAttribute} and grants access if <b>only</b> grant votes were received.
|
* ConfigAttribute} and grants access if <b>only</b> grant (or abstain) votes were received.
|
||||||
* <p>
|
* <p>
|
||||||
* Other voting implementations usually pass the entire list of <tt>ConfigAttribute</tt>s to the
|
* Other voting implementations usually pass the entire list of <tt>ConfigAttribute</tt>s to the
|
||||||
* <code>AccessDecisionVoter</code>. This implementation differs in that each <code>AccessDecisionVoter</code>
|
* <code>AccessDecisionVoter</code>. This implementation differs in that each <code>AccessDecisionVoter</code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user