@Deprecated public interface IAclHolder
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_TYPE_ADMIN
Deprecated.
|
static int |
ACCESS_TYPE_DELETE
Deprecated.
|
static int |
ACCESS_TYPE_READ
Deprecated.
|
static int |
ACCESS_TYPE_UPDATE
Deprecated.
|
static int |
ACCESS_TYPE_WRITE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<IPentahoAclEntry> |
getAccessControls()
Deprecated.
Returns the ACLs on the existing object.
|
List<IPentahoAclEntry> |
getEffectiveAccessControls()
Deprecated.
Examines whether the existing object has ACLs.
|
void |
resetAccessControls(List<IPentahoAclEntry> acls)
Deprecated.
Replaces existing access controls with a new list of access controls.
|
void |
setAccessControls(List<IPentahoAclEntry> acls)
Deprecated.
Sets the access controls on this specific object.
|
static final int ACCESS_TYPE_READ
static final int ACCESS_TYPE_WRITE
static final int ACCESS_TYPE_UPDATE
static final int ACCESS_TYPE_DELETE
static final int ACCESS_TYPE_ADMIN
List<IPentahoAclEntry> getAccessControls()
void setAccessControls(List<IPentahoAclEntry> acls)
acls
- void resetAccessControls(List<IPentahoAclEntry> acls)
acls
- List<IPentahoAclEntry> getEffectiveAccessControls()
Copyright © 2020 Hitachi Vantara. All rights reserved.