Uses of Interface
org.pentaho.platform.api.engine.IPentahoAclEntry
Packages that use IPentahoAclEntry
-
Uses of IPentahoAclEntry in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IPentahoAclEntryModifier and TypeMethodDescriptionIAclVoter.getEffectiveAcl
(IPentahoSession session, IAclHolder holder) Deprecated.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 IPentahoAclEntryModifier and TypeMethodDescriptionIAclHolder.getAccessControls()
Deprecated.Returns the ACLs on the existing object.IAclHolder.getEffectiveAccessControls()
Deprecated.Examines whether the existing object has ACLs.Method parameters in org.pentaho.platform.api.engine with type arguments of type IPentahoAclEntryModifier 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.