| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method | Description |
|---|---|---|
INodeAttributeProvider.AuthorizationContext |
INodeAttributeProvider.AuthorizationContext.Builder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FSPermissionChecker.checkPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) |
|
default void |
INodeAttributeProvider.AccessControlEnforcer.checkPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) |
Checks permission on a file system object.
|
default void |
INodeAttributeProvider.AccessControlEnforcer.checkSuperUserPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) |
Checks if the user is a superuser or belongs to superuser group.
|
default void |
INodeAttributeProvider.AccessControlEnforcer.denyUserAccess(INodeAttributeProvider.AuthorizationContext authzContext,
java.lang.String errorMessage) |
This method must be called when denying access to users to
notify the external enforcers.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.