Uses of Interface
org.pentaho.platform.api.engine.IPermissionRecipient
-
Packages that use IPermissionRecipient Package Description org.pentaho.platform.api.engine -
-
Uses of IPermissionRecipient in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return types with arguments of type IPermissionRecipient 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 IPermissionRecipient 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 IPermissionRecipient Modifier and Type Method Description void
IPermissionMgr. setPermissions(Map<IPermissionRecipient,IPermissionMask> acl, Object domainInstance)
Deprecated.
-