mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
More JavaDocs as per discussion on acegisecurity-developer list 16 Sep 06.
This commit is contained in:
parent
55b7b2129d
commit
c5aa605068
@ -47,5 +47,11 @@ public interface AccessControlEntry {
|
||||
|
||||
public Sid getSid();
|
||||
|
||||
/**
|
||||
* Indicates the a Permission is being granted to the relevant Sid. If false,
|
||||
* indicates the permission is being revoked/blocked.
|
||||
*
|
||||
* @return true if being granted, false otherwise
|
||||
*/
|
||||
public boolean isGranting();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user