Home
last modified time | relevance | path

Searched defs:aclEntry (Results 1 – 12 of 12) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DAclEntryStatusFormat.java58 static AclEntryScope getScope(int aclEntry) { in getScope()
63 static AclEntryType getType(int aclEntry) { in getType()
68 static FsAction getPermission(int aclEntry) { in getPermission()
73 static String getName(int aclEntry) { in getName()
88 static int toInt(AclEntry aclEntry) { in toInt()
110 static AclEntry toAclEntry(int aclEntry) { in toAclEntry()
131 AclEntry aclEntry = toAclEntry(entry); in toAclEntries() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DAclTestHelpers.java48 public static AclEntry aclEntry(AclEntryScope scope, AclEntryType type, in aclEntry() method in AclTestHelpers
66 public static AclEntry aclEntry(AclEntryScope scope, AclEntryType type, in aclEntry() method in AclTestHelpers
84 public static AclEntry aclEntry(AclEntryScope scope, AclEntryType type, in aclEntry() method in AclTestHelpers
100 public static AclEntry aclEntry(AclEntryScope scope, AclEntryType type) { in aclEntry() method in AclTestHelpers
H A DFSAclBaseTest.java1463 AclEntry aclEntry = new AclEntry.Builder().setScope(ACCESS).setType(USER) in testDeDuplication() local
1511 AclEntry aclEntry = new AclEntry.Builder().setScope(ACCESS).setType(USER) in testDeDuplication() local
H A DTestAclTransformation.java51 ACL_SPEC_TOO_LARGE.add(aclEntry(ACCESS, USER, "user" + i, ALL)); in aclEntry() method
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/consul/acl/
H A Dcache.go15 type aclEntry struct { struct
16 ACL ACL
17 Parent string
18 RuleID string
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/acl/
H A Dcache.go16 type aclEntry struct { struct
17 ACL ACL
18 Parent string
19 RuleID string
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/acl/
H A Dcache.go16 type aclEntry struct { struct
17 ACL ACL
18 Parent string
19 RuleID string
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/acl/
H A Dcache.go16 type aclEntry struct { struct
17 ACL ACL
18 Parent string
19 RuleID string
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/permission/
H A DAclEntry.java223 AclEntry aclEntry = parseAclEntry(aclStr, includePermission); in parseAclSpec() local
301 AclEntry aclEntry = builder.build(); in parseAclEntry() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/
H A DAclPermissionParam.java65 private static String parseAclSpec(List<AclEntry> aclEntry) { in parseAclSpec()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/
H A DTestDistCpWithAcls.java231 private static AclEntry aclEntry(AclEntryScope scope, AclEntryType type, in aclEntry() method in TestDistCpWithAcls
249 private static AclEntry aclEntry(AclEntryScope scope, AclEntryType type, in aclEntry() method in TestDistCpWithAcls
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/
H A DJsonUtil.java677 AclEntry aclEntry = AclEntry.parseAclEntry((String) entry, true); in toAclStatus() local