Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
INodeAttributeProvider.AuthorizationContext |
INodeAttributeProvider.AuthorizationContext.Builder.build() |
Modifier and Type | Method and Description |
---|---|
default void |
INodeAttributeProvider.AccessControlEnforcer.checkPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext)
Checks permission on a file system object.
|
void |
FSPermissionChecker.checkPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) |
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,
String errorMessage)
This method must be called when denying access to users to
notify the external enforcers.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.