public interface IIdEvaluator
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"