public class CertIdentityPoolFilter extends Object
| Constructor and Description |
|---|
CertIdentityPoolFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(String filter,
Map<String,String> vars)
Apply CEL filter on the given vars and return boolean result.
|
void |
validate(String filter)
Validate the given filter, throw exception if the filter is invalid.
|