Package | Description |
---|---|
alluxio.security.authorization |
Modifier and Type | Method and Description |
---|---|
AclEntry.Builder |
AclEntry.Builder.addAction(AclAction action)
Adds a permitted action.
|
AclEntry.Builder |
AclEntry.Builder.setActions(AclActions actions)
Sets a copy of actions for this entry.
|
AclEntry.Builder |
AclEntry.Builder.setIsDefault(boolean isDefault)
Set this AclEntry to be for default ACL.
|
AclEntry.Builder |
AclEntry.Builder.setSubject(String subject)
Sets subject of this entry.
|
AclEntry.Builder |
AclEntry.Builder.setType(AclEntryType type)
Sets the type of the entry.
|
Copyright © 2023. All Rights Reserved.