| Package | Description | 
|---|---|
| org.pentaho.platform.api.engine | 
| Modifier and Type | Method and Description | 
|---|---|
IPentahoAclEntry | 
IAclVoter.getEffectiveAcl(IPentahoSession session,
               IAclHolder holder)
This returns the effective ACL for the piece of content for the given user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<IPentahoAclEntry> | 
IAclHolder.getAccessControls()
Returns the ACLs on the existing object. 
 | 
List<IPentahoAclEntry> | 
IAclHolder.getEffectiveAccessControls()
Examines whether the existing object has ACLs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |