Home
last modified time | relevance | path

Searched defs:aclSpec (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestAclTransformation.java67 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpec() local
91 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecUnchanged() local
108 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecAccessMaskCalculated() local
134 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecDefaultMaskCalculated() local
165 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecDefaultMaskPreserved() local
199 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecAccessMaskPreserved() local
230 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecAutomaticDefaultUser() local
256 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecAutomaticDefaultGroup() local
280 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecAutomaticDefaultOther() local
321 List<AclEntry> aclSpec = Lists.newArrayList( in testFilterAclEntriesByAclSpecRemoveAccessMaskRequired() local
[all …]
H A DFSAclBaseTest.java114 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntries() local
143 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesOnlyAccess() local
164 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesOnlyDefault() local
186 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesMinimal() local
201 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesMinimalDefault() local
220 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesCustomMask() local
236 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesStickyBit() local
264 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesPathNotFound() local
276 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesDefaultOnFile() local
284 List<AclEntry> aclSpec = Lists.newArrayList( in testRemoveAclEntries() local
[all …]
H A DTestFileContextAcl.java68 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
74 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
90 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
H A DTestFSImageWithAcl.java120 List<AclEntry> aclSpec = Lists.newArrayList( in doTestDefaultAclNewChildren() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DTestAclWithSnapshot.java107 List<AclEntry> aclSpec = Lists.newArrayList( in testOriginalAclEnforcedForSnapshotRootAfterChange() local
186 List<AclEntry> aclSpec = Lists.newArrayList( in testOriginalAclEnforcedForSnapshotContentsAfterChange() local
290 List<AclEntry> aclSpec = Lists.newArrayList( in testOriginalAclEnforcedForSnapshotRootAfterRemoval() local
362 List<AclEntry> aclSpec = Lists.newArrayList( in testOriginalAclEnforcedForSnapshotContentsAfterRemoval() local
461 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyReadsCurrentState() local
487 List<AclEntry> aclSpec = Lists.newArrayList( in testRemoveReadsCurrentState() local
506 List<AclEntry> aclSpec = Lists.newArrayList( in testDefaultAclNotCopiedToAccessAclOfNewSnapshot() local
539 List<AclEntry> aclSpec = Lists.newArrayList( in testModifyAclEntriesSnapshotPath() local
549 List<AclEntry> aclSpec = Lists.newArrayList( in testRemoveAclEntriesSnapshotPath() local
575 List<AclEntry> aclSpec = Lists.newArrayList( in testSetAclSnapshotPath() local
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DAclTransformation.java82 ValidatedAclSpec aclSpec = new ValidatedAclSpec(inAclSpec); in filterAclEntriesByAclSpec() local
140 ValidatedAclSpec aclSpec = new ValidatedAclSpec(inAclSpec); in mergeAclEntries() local
202 ValidatedAclSpec aclSpec = new ValidatedAclSpec(inAclSpec); in replaceAclEntries() local
429 private final List<AclEntry> aclSpec; field in AclTransformation.ValidatedAclSpec
446 public ValidatedAclSpec(List<AclEntry> aclSpec) throws AclException { in ValidatedAclSpec()
H A DFSDirAclOp.java37 FSDirectory fsd, final String srcArg, List<AclEntry> aclSpec) in modifyAclEntries()
63 FSDirectory fsd, final String srcArg, List<AclEntry> aclSpec) in removeAclEntries()
134 FSDirectory fsd, final String srcArg, List<AclEntry> aclSpec) in setAcl()
189 FSDirectory fsd, String src, List<AclEntry> aclSpec, boolean fromEdits) in unprotectedSetAcl()
H A DNameNodeRpcServer.java1785 public void modifyAclEntries(String src, List<AclEntry> aclSpec) in modifyAclEntries()
1792 public void removeAclEntries(String src, List<AclEntry> aclSpec) in removeAclEntries()
1811 public void setAcl(String src, List<AclEntry> aclSpec) throws IOException { in setAcl()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_hdfs/
H A Dacl.proto66 repeated AclEntryProto aclSpec = 2; field
81 repeated AclEntryProto aclSpec = 2; field
96 repeated AclEntryProto aclSpec = 2; field
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/
H A Dacl.proto71 repeated AclEntryProto aclSpec = 2; field
86 repeated AclEntryProto aclSpec = 2; field
101 repeated AclEntryProto aclSpec = 2; field
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/
H A DChRootedFileSystem.java303 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
305 super.modifyAclEntries(fullPath(path), aclSpec); in modifyAclEntries() local
309 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
311 super.removeAclEntries(fullPath(path), aclSpec); in removeAclEntries() local
325 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
326 super.setAcl(fullPath(path), aclSpec); in setAcl() local
H A DChRootedFs.java300 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
302 myFs.modifyAclEntries(fullPath(path), aclSpec); in modifyAclEntries() local
306 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
308 myFs.removeAclEntries(fullPath(path), aclSpec); in removeAclEntries() local
322 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
323 myFs.setAcl(fullPath(path), aclSpec); in setAcl() local
H A DViewFs.java629 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
637 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
661 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
955 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
962 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
981 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/permission/
H A DAclEntry.java217 public static List<AclEntry> parseAclSpec(String aclSpec, in parseAclSpec()
310 public static String aclSpecToString(List<AclEntry> aclSpec) { in aclSpecToString()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/
H A DTestJsonUtil.java165 List<AclEntry> aclSpec = in testToAclStatus() local
190 List<AclEntry> aclSpec = in testToJsonFromAclStatus() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/
H A DTestViewFileSystemWithAcls.java119 List<AclEntry> aclSpec = Lists.newArrayList( in testAclOnMountEntry() local
H A DTestViewFsWithAcls.java119 List<AclEntry> aclSpec = Lists.newArrayList( in testAclOnMountEntry() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/
H A DHttpFSServer.java612 String aclSpec = params.get(AclPermissionParam.NAME, in put() local
630 String aclSpec = params.get(AclPermissionParam.NAME, in put() local
640 String aclSpec = params.get(AclPermissionParam.NAME, in put() local
H A DFSOperations.java918 public FSSetAcl(String path, String aclSpec) { in FSSetAcl()
989 public FSModifyAclEntries(String path, String aclSpec) { in FSModifyAclEntries()
1026 public FSRemoveAclEntries(String path, String aclSpec) { in FSRemoveAclEntries()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DFilterFs.java306 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
312 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
328 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
H A DFilterFileSystem.java546 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
552 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
568 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException { in setAcl()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/server/
H A DTestHttpFSServerNoACLs.java248 final String aclSpec = "aclspec=user::rwx," + aclUser1 + "," in testWithNoAcls() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/
H A DClientProtocol.java1298 public void modifyAclEntries(String src, List<AclEntry> aclSpec) in modifyAclEntries()
1306 public void removeAclEntries(String src, List<AclEntry> aclSpec) in removeAclEntries()
1328 public void setAcl(String src, List<AclEntry> aclSpec) throws IOException; in setAcl()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DTestHarFileSystem.java176 public void modifyAclEntries(Path path, List<AclEntry> aclSpec) in modifyAclEntries()
179 public void removeAclEntries(Path path, List<AclEntry> aclSpec) in removeAclEntries()
186 public void setAcl(Path path, List<AclEntry> aclSpec) throws IOException; in setAcl()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/
H A DClientNamenodeProtocolTranslatorPB.java1276 public void modifyAclEntries(String src, List<AclEntry> aclSpec) in modifyAclEntries()
1289 public void removeAclEntries(String src, List<AclEntry> aclSpec) in removeAclEntries()
1324 public void setAcl(String src, List<AclEntry> aclSpec) throws IOException { in setAcl()

12