Uses of Interface
org.acegisecurity.acl.AclEntry

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[] AclProvider.getAcls(Object domainInstance)
          Obtains the ACLs that apply to the specified domain instance.
 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, Authentication authentication)
          Obtains the ACLs that apply to the specified domain instance and presented Authentication object.
 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)
           
 

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(Object domainInstance)
           
 AclEntry[] BasicAclProvider.getAcls(Object domainInstance, Authentication authentication)
           
 AclEntry[] GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls, Authentication filteredBy)
           
 AclEntry[] EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls, Authentication filteredBy)
          Determines the ACLs that apply to the presented Authentication object.
 

Methods in org.acegisecurity.acl.basic with parameters of type AclEntry
 AclEntry[] GrantedAuthorityEffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls, Authentication filteredBy)
           
 AclEntry[] EffectiveAclsResolver.resolveEffectiveAcls(AclEntry[] allAcls, Authentication filteredBy)
          Determines the ACLs that apply to the presented Authentication object.
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.