mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
Minor javadoc stuff.
This commit is contained in:
parent
cac2bce382
commit
fd1af34add
@ -55,11 +55,12 @@ import org.springframework.util.StringUtils;
|
|||||||
* method.
|
* method.
|
||||||
* <p>
|
* <p>
|
||||||
* If the method argument is <tt>null</tt>, the voter will abstain from voting. If the method argument
|
* If the method argument is <tt>null</tt>, the voter will abstain from voting. If the method argument
|
||||||
* could not be found, an {@link org.springframework.security.access.AuthorizationServiceException} will be thrown.
|
* could not be found, an {@link AuthorizationServiceException} will be thrown.
|
||||||
* <p>
|
* <p>
|
||||||
* In practical terms users will typically setup a number of <tt>AclEntryVoter</tt>s. Each will have a
|
* In practical terms users will typically setup a number of <tt>AclEntryVoter</tt>s. Each will have a
|
||||||
* different {@link #processDomainObjectClass}, {@link #processConfigAttribute} and {@link #requirePermission}
|
* different {@link #setProcessDomainObjectClass processDomainObjectClass}, {@link #processConfigAttribute} and
|
||||||
* combination. For example, a small application might employ the following instances of <tt>AclEntryVoter</tt>:
|
* {@link #requirePermission} combination. For example, a small application might employ the following instances of
|
||||||
|
* <tt>AclEntryVoter</tt>:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Process domain object class <code>BankAccount</code>, configuration attribute
|
* <li>Process domain object class <code>BankAccount</code>, configuration attribute
|
||||||
* <code>VOTE_ACL_BANK_ACCONT_READ</code>, require permission <code>BasePermission.READ</code></li>
|
* <code>VOTE_ACL_BANK_ACCONT_READ</code>, require permission <code>BasePermission.READ</code></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user