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

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

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

Subclasses of PentahoBasicAclVoter in org.pentaho.platform.engine.security.acls.voter
 class PentahoAllowAnonymousAclVoter
          Extends the BasicAclVoter, but overrides the getAuthentication() method to allow anonymous sessions.
 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.