| org.acegisecurity.acls.AccessControlEntry
All known Subclasses: org.acegisecurity.acls.domain.AccessControlEntryImpl,
AccessControlEntry | public interface AccessControlEntry (Code) | | Represents an individual permission assignment within an
Acl .
Instances MUST be immutable, as they are returned by Acl
and should not allow client modification.
author: Ben Alex version: $Id: AccessControlEntry.java 1784 2007-02-24 21:00:24Z luke_t $ |
getId | Serializable getId()(Code) | | Obtains an identifier that represents this ACE.
the identifier, or null if unsaved |
isGranting | boolean isGranting()(Code) | | Indicates the a Permission is being granted to the relevant Sid. If false, indicates the permission is
being revoked/blocked.
true if being granted, false otherwise |
|
|