Class PentahoAllowAnonymousAclVoter

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.IAclVoter, org.pentaho.platform.api.engine.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
    • Constructor Detail

      • PentahoAllowAnonymousAclVoter

        public PentahoAllowAnonymousAclVoter()
    • Method Detail

      • getAuthentication

        public org.springframework.security.core.Authentication getAuthentication​(org.pentaho.platform.api.engine.IPentahoSession session)
        Overrides:
        getAuthentication in class PentahoBasicAclVoter