public interface IIdEvaluator
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.String type,
IUser id,
java.lang.String op,
java.lang.String value)
Evaluates if the given value satisfies the ID evaluation:
is a user a member of a group
|
boolean evaluate(java.lang.String type,
IUser id,
java.lang.String op,
java.lang.String value)
type - the type of evaluator, in this case, it is groupid - the user id for the given userop - operator, only "=" and "!=" are supportedvalue - the name of the group, eg, "Certificate Manager Agents"