Uses of Interface
org.pentaho.platform.api.engine.IAclHolder
Packages that use IAclHolder
- 
Uses of IAclHolder in org.pentaho.platform.api.engine
Subinterfaces of IAclHolder in org.pentaho.platform.api.engineMethods in org.pentaho.platform.api.engine with parameters of type IAclHolderModifier and TypeMethodDescriptionIAclVoter.getEffectiveAcl(IPentahoSession session, IAclHolder holder) Deprecated.This returns the effective ACL for the piece of content for the given user.IAclVoter.getEffectiveAcls(IPentahoSession session, IAclHolder holder) Deprecated.Returns an array of the authorities from the IAclHolder that apply to the provided authentication object.booleanIAclVoter.hasAccess(IPentahoSession session, IAclHolder holder, int mask) Deprecated.Determines whether the user (auth) has the requested authority (mask) based on the list of effective authorities from the holder.booleanISecurityHelper.hasAccess(IAclHolder aHolder, int actionOperation, IPentahoSession session) Deprecated.