Uses of Interface
org.pentaho.platform.api.engine.IPermissionMask
-
Packages that use IPermissionMask Package Description org.pentaho.platform.api.engine -
-
Uses of IPermissionMask in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return types with arguments of type IPermissionMask Modifier and Type Method Description Map<IPermissionRecipient,IPermissionMask>
IPermissionMgr. getEffectivePermissions(Object domainInstance)
Deprecated.Returns permission map containing access control entries that are defined directly on thisdomainInstance
.Map<IPermissionRecipient,IPermissionMask>
IPermissionMgr. getPermissions(Object domainInstance)
Deprecated.Returns permission map containing access control entries that are defined directly on thisdomainInstance
.Methods in org.pentaho.platform.api.engine with parameters of type IPermissionMask Modifier and Type Method Description void
IPermissionMgr. setPermission(IPermissionRecipient permRecipient, IPermissionMask permission, Object domainInstance)
Deprecated.TODO mlowery This is really addPermission.Method parameters in org.pentaho.platform.api.engine with type arguments of type IPermissionMask Modifier and Type Method Description void
IPermissionMgr. setPermissions(Map<IPermissionRecipient,IPermissionMask> acl, Object domainInstance)
Deprecated.
-