Class UnrestrictedAccessPredicate
- java.lang.Object
-
- uk.gov.gchq.gaffer.access.predicate.AccessPredicate
-
- uk.gov.gchq.gaffer.access.predicate.UnrestrictedAccessPredicate
-
- All Implemented Interfaces:
Serializable
,BiPredicate<User,String>
public class UnrestrictedAccessPredicate extends AccessPredicate
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrestrictedAccessPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<User>
getUserPredicate()
-
Methods inherited from class uk.gov.gchq.gaffer.access.predicate.AccessPredicate
equals, hashCode, test
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
getUserPredicate
public Predicate<User> getUserPredicate()
- Overrides:
getUserPredicate
in classAccessPredicate
-
-