|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIdEvaluator
A class represents an ID evaluator.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||