public interface AclHandler
Acl.registerHandler(String). Any method of the subclass with
 the prefix "acl" and the following signature
 (static or non-static) are registered as
 ACL handler methods:
 
     public boolean aclXXXX(Object context, String parameters[])
 Acl