org.springframework.security.acl
Interface AclEntry

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
BasicAclEntry
All Known Implementing Classes:
AbstractBasicAclEntry, SimpleAclEntry

Deprecated. Use new spring-security-acl module instead

public interface AclEntry
extends java.io.Serializable

Marker interface representing an access control list entry associated with a specific domain object instance.

Version:
$Id: AclEntry.java 2949 2008-04-14 06:50:01Z benalex $
Author:
Ben Alex