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, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
and, negate, or
public FederatedGraphReadAccessPredicate(String creatingUserId, Set<String> auths, boolean isPublic)
public boolean test(User user, String adminAuth)
test
in interface BiPredicate<User,String>
test
in class AccessPredicate
Copyright © 2022. All rights reserved.