You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/FieldSubsetReader.java
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/SecurityIndexReaderWrapper.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,11 @@ public DirectoryReader apply(final DirectoryReader reader) {
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/permission/FieldPermissions.java
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
importjava.util.List;
35
35
importjava.util.Objects;
36
36
importjava.util.Set;
37
+
importjava.util.function.Function;
37
38
importjava.util.stream.Collectors;
38
39
39
40
/**
@@ -245,11 +246,17 @@ public boolean hasFieldLevelSecurity() {
245
246
}
246
247
247
248
/** Return a wrapped reader that only exposes allowed fields. */
0 commit comments