org.pentaho.platform.engine.security.acls.voter
Class PentahoAllowAnonymousAclVoter
java.lang.Object
  
org.pentaho.platform.engine.security.acls.voter.AbstractPentahoAclVoter
      
org.pentaho.platform.engine.security.acls.voter.PentahoBasicAclVoter
          
org.pentaho.platform.engine.security.acls.voter.PentahoAllowAnonymousAclVoter
- All Implemented Interfaces: 
 - IAclVoter, IPentahoInitializer
 
public class PentahoAllowAnonymousAclVoter
- extends PentahoBasicAclVoter
 
Extends the BasicAclVoter, but overrides the getAuthentication() method to
 allow anonymous sessions. This is the simplest case to add to other voters.
- Author:
 
  - mbatchel
 
 
 
 
 
 
 
PentahoAllowAnonymousAclVoter
public PentahoAllowAnonymousAclVoter()
getAuthentication
public org.springframework.security.Authentication getAuthentication(IPentahoSession session)
- Overrides:
 getAuthentication in class PentahoBasicAclVoter