Package org.pentaho.platform.engine.security.acls.voter

Class Summary
AbstractPentahoAclVoter  
PentahoAllowAllAclVoter  
PentahoAllowAnonymousAclVoter Extends the BasicAclVoter, but overrides the getAuthentication() method to allow anonymous sessions.
PentahoBasicAclVoter Standard basic ACL Voter.
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.