public class SecurityAwareBiPredicate<E1,E2> extends AbstractSecurityAwareExternalizable<IgniteBiPredicate<E1,E2>> implements IgniteBiPredicate<E1,E2>
ignite, original, subjectId
Constructor and Description |
---|
SecurityAwareBiPredicate()
Default constructor.
|
SecurityAwareBiPredicate(UUID subjectId,
IgniteBiPredicate<E1,E2> original) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(E1 e1,
E2 e2)
Predicate body.
|
logAccessDeniedMessage, readExternal, userObject, writeExternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and
public SecurityAwareBiPredicate()
public SecurityAwareBiPredicate(UUID subjectId, IgniteBiPredicate<E1,E2> original)
subjectId
- Security subject id.original
- Original predicate.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020