|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableAcl | |
---|---|
org.springframework.security.acls | Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. |
org.springframework.security.acls.domain | Basic implementation of access control lists (ACLs) interfaces. |
org.springframework.security.acls.jdbc | JDBC-based persistence of ACL information. |
Uses of MutableAcl in org.springframework.security.acls |
---|
Subinterfaces of MutableAcl in org.springframework.security.acls | |
---|---|
interface |
AuditableAcl
A mutable ACL that provides audit capabilities. |
interface |
OwnershipAcl
A mutable ACL that provides ownership capabilities. |
Methods in org.springframework.security.acls that return MutableAcl | |
---|---|
MutableAcl |
MutableAclService.createAcl(ObjectIdentity objectIdentity)
Creates an empty Acl object in the database. |
MutableAcl |
MutableAclService.updateAcl(MutableAcl acl)
Changes an existing Acl in the database. |
Methods in org.springframework.security.acls with parameters of type MutableAcl | |
---|---|
MutableAcl |
MutableAclService.updateAcl(MutableAcl acl)
Changes an existing Acl in the database. |
Uses of MutableAcl in org.springframework.security.acls.domain |
---|
Classes in org.springframework.security.acls.domain that implement MutableAcl | |
---|---|
class |
AclImpl
Base implementation of Acl . |
Uses of MutableAcl in org.springframework.security.acls.jdbc |
---|
Methods in org.springframework.security.acls.jdbc that return MutableAcl | |
---|---|
MutableAcl |
JdbcMutableAclService.createAcl(ObjectIdentity objectIdentity)
|
MutableAcl |
EhCacheBasedAclCache.getFromCache(ObjectIdentity objectIdentity)
|
MutableAcl |
AclCache.getFromCache(ObjectIdentity objectIdentity)
|
MutableAcl |
EhCacheBasedAclCache.getFromCache(Serializable pk)
|
MutableAcl |
AclCache.getFromCache(Serializable pk)
|
MutableAcl |
JdbcMutableAclService.updateAcl(MutableAcl acl)
This implementation will simply delete all ACEs in the database and recreate them on each invocation of this method. |
Methods in org.springframework.security.acls.jdbc with parameters of type MutableAcl | |
---|---|
protected void |
JdbcMutableAclService.createEntries(MutableAcl acl)
Creates a new row in acl_entry for every ACE defined in the passed MutableAcl object. |
void |
EhCacheBasedAclCache.putInCache(MutableAcl acl)
|
void |
AclCache.putInCache(MutableAcl acl)
|
MutableAcl |
JdbcMutableAclService.updateAcl(MutableAcl acl)
This implementation will simply delete all ACEs in the database and recreate them on each invocation of this method. |
protected void |
JdbcMutableAclService.updateObjectIdentity(MutableAcl acl)
Updates an existing acl_object_identity row, with new information presented in the passed MutableAcl object. |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |