Uses of Interface
org.pentaho.platform.api.engine.IPentahoAclEntry

Packages that use IPentahoAclEntry
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.security.acls   
org.pentaho.platform.engine.security.acls.voter   
org.pentaho.platform.plugin.services.metadata   
org.pentaho.platform.repository.solution.dbbased   
 

Uses of IPentahoAclEntry in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IPentahoAclEntry
 IPentahoAclEntry IAclVoter.getEffectiveAcl(IPentahoSession session, IAclHolder holder)
          This returns the effective ACL for the piece of content for the given user.
 

Methods in org.pentaho.platform.api.engine that return types with arguments of type IPentahoAclEntry
 List<IPentahoAclEntry> IAclHolder.getAccessControls()
          Returns the ACLs on the existing object.
 List<IPentahoAclEntry> IAclHolder.getEffectiveAccessControls()
          Examines whether the existing object has ACLs.
 

Method parameters in org.pentaho.platform.api.engine with type arguments of type IPentahoAclEntry
 void IAclHolder.resetAccessControls(List<IPentahoAclEntry> acls)
          Replaces existing access controls with a new list of access controls.
 void IAclHolder.setAccessControls(List<IPentahoAclEntry> acls)
          Sets the access controls on this specific object.
 

Uses of IPentahoAclEntry in org.pentaho.platform.engine.security.acls
 

Classes in org.pentaho.platform.engine.security.acls that implement IPentahoAclEntry
 class PentahoAclEntry
          Base Pentaho Access Control entry.
 

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

Methods in org.pentaho.platform.engine.security.acls.voter that return IPentahoAclEntry
 IPentahoAclEntry PentahoAllowAllAclVoter.getEffectiveAcl(IPentahoSession session, IAclHolder holder)
           
 

Uses of IPentahoAclEntry in org.pentaho.platform.plugin.services.metadata
 

Methods in org.pentaho.platform.plugin.services.metadata that return types with arguments of type IPentahoAclEntry
 List<IPentahoAclEntry> MetadataAclHolder.getAccessControls()
           
 List<IPentahoAclEntry> MetadataAclHolder.getEffectiveAccessControls()
           
 

Method parameters in org.pentaho.platform.plugin.services.metadata with type arguments of type IPentahoAclEntry
 void MetadataAclHolder.resetAccessControls(List<IPentahoAclEntry> acls)
           
 void MetadataAclHolder.setAccessControls(List<IPentahoAclEntry> acls)
           
 

Uses of IPentahoAclEntry in org.pentaho.platform.repository.solution.dbbased
 

Methods in org.pentaho.platform.repository.solution.dbbased that return types with arguments of type IPentahoAclEntry
 List<IPentahoAclEntry> RepositoryFile.getAccessControls()
           
 List<IPentahoAclEntry> RepositoryFile.getEffectiveAccessControls()
          Chains up to find the access controls that are in force on this object.
 

Method parameters in org.pentaho.platform.repository.solution.dbbased with type arguments of type IPentahoAclEntry
 void RepositoryFile.resetAccessControls(List<IPentahoAclEntry> acls)
           
 void RepositoryFile.setAccessControls(List<IPentahoAclEntry> acls)
          This method's purpose is to allow Hibernate to initialize the ACLs from the data-store.