Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.acl
Interface AclManager  view AclManager download AclManager.java

All Known Implementing Classes:
AclProviderManager

public interface AclManager

Obtains the AclEntry instances that apply to a particular domain object instance.

Version:
$Id: AclManager.java,v 1.2 2005/11/17 00:55:51 benalex Exp $

Method Summary
 AclEntry[] getAcls(java.lang.Object domainInstance)
          Obtains the ACLs that apply to the specified domain instance.
 AclEntry[] getAcls(java.lang.Object domainInstance, org.acegisecurity.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
 

Method Detail

getAcls

public AclEntry[] getAcls(java.lang.Object domainInstance)
Obtains the ACLs that apply to the specified domain instance.


getAcls

public AclEntry[] getAcls(java.lang.Object domainInstance,
                          org.acegisecurity.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