public static class INodeAttributeProvider.AuthorizationContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
INodeAttributeProvider.AuthorizationContext.Builder |
Constructor and Description |
---|
AuthorizationContext(INodeAttributeProvider.AuthorizationContext.Builder builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.fs.permission.FsAction |
getAccess() |
org.apache.hadoop.fs.permission.FsAction |
getAncestorAccess() |
int |
getAncestorIndex() |
org.apache.hadoop.ipc.CallerContext |
getCallerContext() |
org.apache.hadoop.security.UserGroupInformation |
getCallerUgi() |
String |
getFsOwner() |
org.apache.hadoop.hdfs.server.namenode.INodeAttributes[] |
getInodeAttrs() |
org.apache.hadoop.hdfs.server.namenode.INode[] |
getInodes() |
String |
getOperationName() |
org.apache.hadoop.fs.permission.FsAction |
getParentAccess() |
String |
getPath() |
byte[][] |
getPathByNameArr() |
int |
getSnapshotId() |
org.apache.hadoop.fs.permission.FsAction |
getSubAccess() |
String |
getSupergroup() |
int |
hashCode() |
boolean |
isDoCheckOwner() |
boolean |
isIgnoreEmptyDir() |
void |
setAccess(org.apache.hadoop.fs.permission.FsAction access) |
void |
setAncestorAccess(org.apache.hadoop.fs.permission.FsAction ancestorAccess) |
void |
setAncestorIndex(int ancestorIndex) |
void |
setCallerContext(org.apache.hadoop.ipc.CallerContext callerContext) |
void |
setCallerUgi(org.apache.hadoop.security.UserGroupInformation callerUgi) |
void |
setDoCheckOwner(boolean doCheckOwner) |
void |
setFsOwner(String fsOwner) |
void |
setIgnoreEmptyDir(boolean ignoreEmptyDir) |
void |
setInodeAttrs(org.apache.hadoop.hdfs.server.namenode.INodeAttributes[] inodeAttrs) |
void |
setInodes(org.apache.hadoop.hdfs.server.namenode.INode[] inodes) |
void |
setOperationName(String operationName) |
void |
setParentAccess(org.apache.hadoop.fs.permission.FsAction parentAccess) |
void |
setPath(String path) |
void |
setPathByNameArr(byte[][] pathByNameArr) |
void |
setSnapshotId(int snapshotId) |
void |
setSubAccess(org.apache.hadoop.fs.permission.FsAction subAccess) |
void |
setSupergroup(String supergroup) |
public AuthorizationContext(INodeAttributeProvider.AuthorizationContext.Builder builder)
public String getFsOwner()
public void setFsOwner(String fsOwner)
public String getSupergroup()
public void setSupergroup(String supergroup)
public org.apache.hadoop.security.UserGroupInformation getCallerUgi()
public void setCallerUgi(org.apache.hadoop.security.UserGroupInformation callerUgi)
public org.apache.hadoop.hdfs.server.namenode.INodeAttributes[] getInodeAttrs()
public void setInodeAttrs(org.apache.hadoop.hdfs.server.namenode.INodeAttributes[] inodeAttrs)
public org.apache.hadoop.hdfs.server.namenode.INode[] getInodes()
public void setInodes(org.apache.hadoop.hdfs.server.namenode.INode[] inodes)
public byte[][] getPathByNameArr()
public void setPathByNameArr(byte[][] pathByNameArr)
public int getSnapshotId()
public void setSnapshotId(int snapshotId)
public String getPath()
public void setPath(String path)
public int getAncestorIndex()
public void setAncestorIndex(int ancestorIndex)
public boolean isDoCheckOwner()
public void setDoCheckOwner(boolean doCheckOwner)
public org.apache.hadoop.fs.permission.FsAction getAncestorAccess()
public void setAncestorAccess(org.apache.hadoop.fs.permission.FsAction ancestorAccess)
public org.apache.hadoop.fs.permission.FsAction getParentAccess()
public void setParentAccess(org.apache.hadoop.fs.permission.FsAction parentAccess)
public org.apache.hadoop.fs.permission.FsAction getAccess()
public void setAccess(org.apache.hadoop.fs.permission.FsAction access)
public org.apache.hadoop.fs.permission.FsAction getSubAccess()
public void setSubAccess(org.apache.hadoop.fs.permission.FsAction subAccess)
public boolean isIgnoreEmptyDir()
public void setIgnoreEmptyDir(boolean ignoreEmptyDir)
public String getOperationName()
public void setOperationName(String operationName)
public org.apache.hadoop.ipc.CallerContext getCallerContext()
public void setCallerContext(org.apache.hadoop.ipc.CallerContext callerContext)
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.