Package | Description |
---|---|
org.springframework.security.acls.jdbc |
JDBC-based persistence of ACL information
|
org.springframework.security.acls.model |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcMutableAclService.deleteAcl(ObjectIdentity objectIdentity,
boolean deleteChildren) |
Modifier and Type | Method and Description |
---|---|
void |
MutableAclService.deleteAcl(ObjectIdentity objectIdentity,
boolean deleteChildren)
Removes the specified entry from the database.
|
Copyright © 2019. All rights reserved.