Uses of Class
org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider.AuthorizationContext
Packages that use INodeAttributeProvider.AuthorizationContext
-
Uses of INodeAttributeProvider.AuthorizationContext in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return INodeAttributeProvider.AuthorizationContextMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeAttributeProvider.AuthorizationContextModifier and TypeMethodDescriptionvoidFSPermissionChecker.checkPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) default voidINodeAttributeProvider.AccessControlEnforcer.checkPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) Checks permission on a file system object.default voidINodeAttributeProvider.AccessControlEnforcer.checkSuperUserPermissionWithContext(INodeAttributeProvider.AuthorizationContext authzContext) Checks if the user is a superuser or belongs to superuser group.default voidINodeAttributeProvider.AccessControlEnforcer.denyUserAccess(INodeAttributeProvider.AuthorizationContext authzContext, String errorMessage) This method must be called when denying access to users to notify the external enforcers.