Uses of Class
org.pentaho.platform.engine.security.acls.voter.AbstractPentahoAclVoter

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

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

Subclasses of AbstractPentahoAclVoter in org.pentaho.platform.engine.security.acls.voter
 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.