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, writeExternal
public 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.9.0 Release Date : October 15 2020