Interface AccessControlList

All Superinterfaces:
Serializable
All Known Subinterfaces:
BasicAccessControlList, DynamicAccessControlList, TurbineAccessControlList<T>
All Known Implementing Classes:
BasicAccessControlListImpl, DynamicAccessControlListImpl, TurbineAccessControlListImpl

public interface AccessControlList extends Serializable
This interface is a marker interface for AccessControlList. Basically allows us at somepoint to swap different ACL's under the covers with Avalon. Actual ACL's are dependent on their model being used.
Version:
$Id$
Author:
Eric Pugh