public interface Predicate
An interface for a basic, stand-alone predicate which can be evaluated given some
JsonValue
input and serialized for storage.
Predicate
s are evaluated by the PushMessageResource
once a response has been received by an
appropriate endpoint but before that response is delivered back to the processing module.
Modifier and Type | Method and Description |
---|---|
String |
jsonify()
Returns a jsonified representation of this object to be used when tranmitting across cluster.
|
boolean |
perform(JsonValue content)
Execute the predicate against the given Json content and return the predicate's success/failure.
|
boolean perform(JsonValue content)
content
- against which the predicate can be performed.String jsonify()
Copyright © 2010-2018, ForgeRock All Rights Reserved.