Uses of Interface
org.pentaho.platform.api.engine.IAclHolder
-
Packages that use IAclHolder Package Description org.pentaho.platform.api.engine -
-
Uses of IAclHolder in org.pentaho.platform.api.engine
Subinterfaces of IAclHolder in org.pentaho.platform.api.engine Modifier and Type Interface Description interfaceIAclSolutionFileDeprecated.Methods in org.pentaho.platform.api.engine with parameters of type IAclHolder Modifier and Type Method Description IPentahoAclEntryIAclVoter. getEffectiveAcl(IPentahoSession session, IAclHolder holder)Deprecated.This returns the effective ACL for the piece of content for the given user.IAclEntry[]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.
-