Package com.netscape.certsrv.usrgrp
Interface IIdEvaluator
-
- All Known Subinterfaces:
IUGSubsystem
,IUsrGrp
public interface IIdEvaluator
A class represents an ID evaluator.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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
-
-
-
Method Detail
-
evaluate
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- Parameters:
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"- Returns:
- true if the given user is a member of the group
-
-