Class DefaultAccessVoter

java.lang.Object
org.pentaho.platform.repository2.unified.DefaultAccessVoter
All Implemented Interfaces:
org.pentaho.platform.api.repository2.unified.IRepositoryAccessVoter

public class DefaultAccessVoter extends Object implements org.pentaho.platform.api.repository2.unified.IRepositoryAccessVoter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasAccess(org.pentaho.platform.api.repository2.unified.RepositoryFile file, org.pentaho.platform.api.repository2.unified.RepositoryFilePermission operation, org.pentaho.platform.api.repository2.unified.RepositoryFileAcl acl, org.pentaho.platform.api.engine.IPentahoSession session)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultAccessVoter

      public DefaultAccessVoter()
  • Method Details

    • hasAccess

      public boolean hasAccess(org.pentaho.platform.api.repository2.unified.RepositoryFile file, org.pentaho.platform.api.repository2.unified.RepositoryFilePermission operation, org.pentaho.platform.api.repository2.unified.RepositoryFileAcl acl, org.pentaho.platform.api.engine.IPentahoSession session)
      Specified by:
      hasAccess in interface org.pentaho.platform.api.repository2.unified.IRepositoryAccessVoter