Uses of Interface
org.pentaho.platform.api.engine.IPentahoAclEntry
-
Uses of IPentahoAclEntry in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionIAclVoter.getEffectiveAcl
(IPentahoSession session, IAclHolder holder) Deprecated.This returns the effective ACL for the piece of content for the given user.Modifier and TypeMethodDescriptionIAclHolder.getAccessControls()
Deprecated.Returns the ACLs on the existing object.IAclHolder.getEffectiveAccessControls()
Deprecated.Examines whether the existing object has ACLs.Modifier and TypeMethodDescriptionvoid
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.