com.softwareag.centrasite.appl.framework.validation.acl
Interface AclContext

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
RoleAclProvider.RoleAclContext, UserAclProvider.UserAclContext
All Known Implementing Classes:
CentraSiteAclContext

public interface AclContext
extends java.io.Serializable

Interface of the context information, which the AclController requires to grant or deny access.

The interface contains no methods or fields: It is basically a marker interface. Depending on the AclProvider, the context is supposed to implement particular subinterfaces.