Package com.sun.identity.idm
Class IdSearchOpModifier
java.lang.Object
com.sun.identity.idm.IdSearchOpModifier
This is a helper class which can be in conjunction with the
IdSearchControl
class to make simple modifications to the
basic search performed by each plugin. The two basic modifications allowed
are OR and AND which are defined statically in this class.-
Field Summary
Modifier and TypeFieldDescriptionstatic final IdSearchOpModifier
The search modifier which willAND
all the search attribute-value pairs passed toIdSearchControl
static final int
static final int
static final IdSearchOpModifier
The search modifier which willOR
all the search attribute-value pairs passed toIdSearchControl
static final int
-
Method Summary
-
Field Details
-
NO_MOD
public static final int NO_MOD- See Also:
-
OR_MOD
public static final int OR_MOD- See Also:
-
AND_MOD
public static final int AND_MOD- See Also:
-
OR
The search modifier which willOR
all the search attribute-value pairs passed toIdSearchControl
-
AND
The search modifier which willAND
all the search attribute-value pairs passed toIdSearchControl
-
-
Method Details