|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AclEntry | |
|---|---|
| org.springframework.security.acl | Enables retrieval of access control lists (ACLs) for domain object instances. |
| org.springframework.security.acl.basic | Access control list implementation based on integer bit masks. |
| Uses of AclEntry in org.springframework.security.acl |
|---|
| Methods in org.springframework.security.acl that return AclEntry | |
|---|---|
AclEntry[] |
AclProviderManager.getAcls(Object domainInstance)
Deprecated. |
AclEntry[] |
AclProvider.getAcls(Object domainInstance)
Deprecated. Obtains the ACLs that apply to the specified domain instance. |
AclEntry[] |
AclManager.getAcls(Object domainInstance)
Deprecated. Obtains the ACLs that apply to the specified domain instance. |
AclEntry[] |
AclProviderManager.getAcls(Object domainInstance,
Authentication authentication)
Deprecated. |
AclEntry[] |
AclProvider.getAcls(Object domainInstance,
Authentication authentication)
Deprecated. Obtains the ACLs that apply to the specified domain instance and presented Authentication
object. |
AclEntry[] |
AclManager.getAcls(Object domainInstance,
Authentication authentication)
Deprecated. Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have been granted to the presented Authentication object |
| Uses of AclEntry in org.springframework.security.acl.basic |
|---|
| Subinterfaces of AclEntry in org.springframework.security.acl.basic | |
|---|---|
interface |
BasicAclEntry
Deprecated. Use new spring-security-acl module instead |
| Classes in org.springframework.security.acl.basic that implement AclEntry | |
|---|---|
class |
AbstractBasicAclEntry
Deprecated. Use new spring-security-acl module instead |
class |
SimpleAclEntry
Deprecated. Use new spring-security-acl module instead |
| Methods in org.springframework.security.acl.basic that return AclEntry | |
|---|---|
AclEntry[] |
BasicAclProvider.getAcls(Object domainInstance)
Deprecated. |
AclEntry[] |
BasicAclProvider.getAcls(Object domainInstance,
Authentication authentication)
Deprecated. |
AclEntry[] |
GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Deprecated. |
AclEntry[] |
EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Deprecated. Determines the ACLs that apply to the presented Authentication object. |
| Methods in org.springframework.security.acl.basic with parameters of type AclEntry | |
|---|---|
AclEntry[] |
GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Deprecated. |
AclEntry[] |
EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Deprecated. Determines the ACLs that apply to the presented Authentication object. |
|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||