| Package | Description | 
|---|---|
| org.pentaho.platform.api.engine | 
| Modifier and Type | Method and Description | 
|---|---|
IPentahoAclEntry | 
IAclVoter.getEffectiveAcl(IPentahoSession session,
               IAclHolder holder)
Deprecated.  
This returns the effective ACL for the piece of content for the given user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<IPentahoAclEntry> | 
IAclHolder.getAccessControls()
Deprecated.  
Returns the ACLs on the existing object. 
 | 
List<IPentahoAclEntry> | 
IAclHolder.getEffectiveAccessControls()
Deprecated.  
Examines whether the existing object has ACLs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IAclHolder.resetAccessControls(List<IPentahoAclEntry> acls)
Deprecated.  
Replaces existing access controls with a new list of access controls. 
 | 
void | 
IAclHolder.setAccessControls(List<IPentahoAclEntry> acls)
Deprecated.  
Sets the access controls on this specific object. 
 | 
Copyright © 2020 Hitachi Vantara. All rights reserved.