public class SecurityAwarePredicate<E> extends AbstractSecurityAwareExternalizable<IgnitePredicate<E>> implements IgnitePredicate<E>
ignite, original, subjectId| Constructor and Description |
|---|
SecurityAwarePredicate()
Default constructor.
|
SecurityAwarePredicate(UUID subjectId,
IgnitePredicate<E> original) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(E evt)
Predicate body.
|
logAccessDeniedMessage, readExternal, userObject, writeExternalpublic SecurityAwarePredicate()
public SecurityAwarePredicate(UUID subjectId, IgnitePredicate<E> original)
subjectId - Security subject id.original - Original predicate.public boolean apply(E evt)
apply in interface IgnitePredicate<E>evt - Predicate parameter.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021