mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-173: Expand on JavaDocs for ACLs which have no permission records.
This commit is contained in:
parent
9e04d18cd3
commit
49800018e9
@ -114,9 +114,10 @@ public class JdbcDaoImpl extends JdbcDaoSupport implements BasicAclDao {
|
|||||||
* <code>aclClass</code> and <code>aclObjectIdentity</code>
|
* <code>aclClass</code> and <code>aclObjectIdentity</code>
|
||||||
* @param aclInformation optional information about the individual ACL
|
* @param aclInformation optional information about the individual ACL
|
||||||
* record (if <code>null</code> only an "inheritence marker"
|
* record (if <code>null</code> only an "inheritence marker"
|
||||||
* instance is returned; if not <code>null</code>, it is prohibited
|
* instance is returned which will include a recipient of {@link
|
||||||
* to present <code>null</code> or an empty <code>String</code> for
|
* #RECIPIENT_USED_FOR_INHERITENCE_MARKER} ; if not
|
||||||
* <code>recipient</code>)
|
* <code>null</code>, it is prohibited to present <code>null</code>
|
||||||
|
* or an empty <code>String</code> for <code>recipient</code>)
|
||||||
*
|
*
|
||||||
* @return a fully populated instance suitable for use by external objects
|
* @return a fully populated instance suitable for use by external objects
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user