|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AclService | |
|---|---|
| org.springframework.security.acls | Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. |
| org.springframework.security.acls.jdbc | JDBC-based persistence of ACL information. |
| org.springframework.security.afterinvocation | Used for post-processing of an object returned from a secure object invocation. |
| org.springframework.security.vote | Implements a vote-based approach to authorization decisions. |
| Uses of AclService in org.springframework.security.acls |
|---|
| Subinterfaces of AclService in org.springframework.security.acls | |
|---|---|
interface |
MutableAclService
Provides support for creating and storing Acl instances. |
| Uses of AclService in org.springframework.security.acls.jdbc |
|---|
| Classes in org.springframework.security.acls.jdbc that implement AclService | |
|---|---|
class |
JdbcAclService
Simple JDBC-based implementation of AclService. |
class |
JdbcMutableAclService
Provides a base implementation of MutableAclService. |
| Uses of AclService in org.springframework.security.afterinvocation |
|---|
| Fields in org.springframework.security.afterinvocation declared as AclService | |
|---|---|
protected AclService |
AbstractAclProvider.aclService
|
| Constructors in org.springframework.security.afterinvocation with parameters of type AclService | |
|---|---|
AbstractAclProvider(AclService aclService,
String processConfigAttribute,
Permission[] requirePermission)
|
|
AclEntryAfterInvocationCollectionFilteringProvider(AclService aclService,
Permission[] requirePermission)
|
|
AclEntryAfterInvocationProvider(AclService aclService,
Permission[] requirePermission)
|
|
| Uses of AclService in org.springframework.security.vote |
|---|
| Constructors in org.springframework.security.vote with parameters of type AclService | |
|---|---|
AclEntryVoter(AclService aclService,
String processConfigAttribute,
Permission[] requirePermission)
|
|
|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||