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, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandpublic 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.10.0 Release Date : March 10 2021