public class FederatedGraphReadAccessPredicate extends FederatedGraphAccessPredicate
| Constructor and Description |
|---|
FederatedGraphReadAccessPredicate(String creatingUserId,
List<String> auths,
boolean isPublic) |
FederatedGraphReadAccessPredicate(String creatingUserId,
Set<String> auths,
boolean isPublic) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(User user,
String adminAuth) |
equals, getUserPredicate, hashCodegetClass, notify, notifyAll, toString, wait, wait, waitand, negate, orpublic FederatedGraphReadAccessPredicate(String creatingUserId, Set<String> auths, boolean isPublic)
public boolean test(User user, String adminAuth)
test in interface BiPredicate<User,String>test in class AccessPredicateCopyright © 2022. All rights reserved.