Uses of Interface
org.pentaho.platform.api.engine.IAclVoter

Packages that use IAclVoter
org.pentaho.platform.engine.security.acls.voter   
 

Uses of IAclVoter in org.pentaho.platform.engine.security.acls.voter
 

Classes in org.pentaho.platform.engine.security.acls.voter that implement IAclVoter
 class AbstractPentahoAclVoter
           
 class PentahoAllowAllAclVoter
           
 class PentahoAllowAnonymousAclVoter
          Extends the BasicAclVoter, but overrides the getAuthentication() method to allow anonymous sessions.
 class PentahoBasicAclVoter
          Standard basic ACL Voter.
 class PentahoUserOverridesVoter
          Extends the PentahoBasicAclVoter class, and overrides the getEffectiveAcls method to stipulate that if the current user occurrs in the access control list, that whatever access controls are listed for that user, those are the only ones returned.