com.redhat.rhn.common.security.acl
Interface AclHandler

All Known Implementing Classes:
Access, AclGuardTest.MockAclHandler, AclManagerTest.BooleanAclHandler, AclManagerTest.MockFooAclHandler, AclManagerTest.MockMultipleAclHandler, AclTest.MockAclHandler, AclTest.MockAclHandlerWithFunkyNames, ActionAclHandler, ActivationKeyAclHandler, BaseHandler, BaseHandlerTest.TestHandler, BaseTestToolbarTag.BooleanAclHandler, BaseTestToolbarTag.MockOneAclHandler, BaseTestToolbarTag.MockTwoAclHandler, ChannelAclHandler, ConfigAclHandler, ErrataAclHandler, MixinTestHandler, MonitoringAclHandler, RequireTagTest.BooleanAclHandler, RequireTagTest.MockOneAclHandler, RequireTagTest.MockTwoAclHandler, SystemAclHandler

public interface AclHandler

Interface for classes that have ACL handler methods. Classes implementing this interface are registered with 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[])
 

See Also:
Acl