Package | Description |
---|---|
org.acegisecurity.acl |
Enables retrieval of access control lists (ACLs) for domain object instances.
|
org.acegisecurity.acl.basic |
Access control list implementation based on integer bit masks.
|
Modifier and Type | Method and Description |
---|---|
AclEntry[] |
AclManager.getAcls(Object domainInstance)
Obtains the ACLs that apply to the specified domain instance.
|
AclEntry[] |
AclProviderManager.getAcls(Object domainInstance) |
AclEntry[] |
AclProvider.getAcls(Object domainInstance)
Obtains the ACLs that apply to the specified domain instance.
|
AclEntry[] |
AclManager.getAcls(Object domainInstance,
Authentication authentication)
Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have
been granted to the presented
Authentication object |
AclEntry[] |
AclProviderManager.getAcls(Object domainInstance,
Authentication authentication) |
AclEntry[] |
AclProvider.getAcls(Object domainInstance,
Authentication authentication)
Obtains the ACLs that apply to the specified domain instance and presented
Authentication
object. |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicAclEntry
Represents an entry in an access control list.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicAclEntry
Abstract implementation of
BasicAclEntry . |
class |
SimpleAclEntry
Stores some privileges typical of a domain object.
|
Modifier and Type | Method and Description |
---|---|
AclEntry[] |
BasicAclProvider.getAcls(Object domainInstance) |
AclEntry[] |
BasicAclProvider.getAcls(Object domainInstance,
Authentication authentication) |
AclEntry[] |
EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Determines the ACLs that apply to the presented
Authentication object. |
AclEntry[] |
GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy) |
Modifier and Type | Method and Description |
---|---|
AclEntry[] |
EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Determines the ACLs that apply to the presented
Authentication object. |
AclEntry[] |
GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy) |
Copyright © 2017. All rights reserved.