|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AclEntry | |
---|---|
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. |
Uses of AclEntry in org.acegisecurity.acl |
---|
Methods in org.acegisecurity.acl that return AclEntry | |
---|---|
AclEntry[] |
AclProviderManager.getAcls(java.lang.Object domainInstance)
|
AclEntry[] |
AclProvider.getAcls(java.lang.Object domainInstance)
Obtains the ACLs that apply to the specified domain instance. |
AclEntry[] |
AclManager.getAcls(java.lang.Object domainInstance)
Obtains the ACLs that apply to the specified domain instance. |
AclEntry[] |
AclProviderManager.getAcls(java.lang.Object domainInstance,
Authentication authentication)
|
AclEntry[] |
AclProvider.getAcls(java.lang.Object domainInstance,
Authentication authentication)
Obtains the ACLs that apply to the specified domain instance and presented Authentication
object. |
AclEntry[] |
AclManager.getAcls(java.lang.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 |
Uses of AclEntry in org.acegisecurity.acl.basic |
---|
Subinterfaces of AclEntry in org.acegisecurity.acl.basic | |
---|---|
interface |
BasicAclEntry
Represents an entry in an access control list. |
Classes in org.acegisecurity.acl.basic that implement AclEntry | |
---|---|
class |
AbstractBasicAclEntry
Abstract implementation of BasicAclEntry . |
class |
SimpleAclEntry
Stores some privileges typical of a domain object. |
Methods in org.acegisecurity.acl.basic that return AclEntry | |
---|---|
AclEntry[] |
BasicAclProvider.getAcls(java.lang.Object domainInstance)
|
AclEntry[] |
BasicAclProvider.getAcls(java.lang.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)
|
Methods in org.acegisecurity.acl.basic with parameters of type AclEntry | |
---|---|
AclEntry[] |
EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
Determines the ACLs that apply to the presented Authentication object. |
AclEntry[] |
GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls,
Authentication filteredBy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |