Package | Description |
---|---|
alluxio.master.file.meta | |
alluxio.security.authorization | |
alluxio.util.proto |
Modifier and Type | Method and Description |
---|---|
AclActions |
MutableInode.getPermission(String user,
List<String> groups) |
AclActions |
InodeView.getPermission(String user,
List<String> groups)
Gets the permitted actions for a user.
|
AclActions |
Inode.getPermission(String user,
List<String> groups) |
Modifier and Type | Field and Description |
---|---|
protected AclActions |
ExtendedACLEntries.mMaskActions |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AclActions> |
ExtendedACLEntries.mNamedGroupActions |
protected Map<String,AclActions> |
ExtendedACLEntries.mNamedUserActions |
Modifier and Type | Method and Description |
---|---|
AclActions |
AclEntry.getActions() |
AclActions |
ExtendedACLEntries.getMask() |
AclActions |
ExtendedACLEntries.getNamedGroup(String group) |
AclActions |
ExtendedACLEntries.getNamedUser(String user) |
AclActions |
AccessControlList.getOtherActions() |
AclActions |
AccessControlList.getOwningGroupActions() |
AclActions |
AccessControlList.getOwningUserActions() |
AclActions |
AccessControlList.getPermission(String user,
List<String> groups)
Gets the permitted actions for a user.
|
AclActions |
Mode.Bits.toAclActions() |
Modifier and Type | Method and Description |
---|---|
Map<String,AclActions> |
ExtendedACLEntries.getNamedGroupActions() |
Map<String,AclActions> |
ExtendedACLEntries.getNamedUserActions() |
Modifier and Type | Method and Description |
---|---|
void |
AclActions.mask(AclActions actions)
Mask the actions.
|
void |
AclActions.merge(AclActions actions)
Merges the actions.
|
AclEntry.Builder |
AclEntry.Builder.setActions(AclActions actions)
Sets a copy of actions for this entry.
|
void |
ExtendedACLEntries.updateMask(AclActions groupActions)
Update the mask to be the union of owning group entry, named user entry and named group entry.
|
Constructor and Description |
---|
AclActions(AclActions actions)
Creates a copy of actions.
|
Modifier and Type | Method and Description |
---|---|
static AclActions |
ProtoUtils.fromProto(Acl.AclActions actions) |
Modifier and Type | Method and Description |
---|---|
static Acl.AclActions |
ProtoUtils.toProto(AclActions actions) |
Copyright © 2023. All Rights Reserved.