public final class IdSearchOpModifier extends Object
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.Modifier and Type | Field and Description |
---|---|
static IdSearchOpModifier |
AND
The search modifier which will
AND all the search
attribute-value pairs passed to IdSearchControl
|
static IdSearchOpModifier |
OR
The search modifier which will
OR all the search
attribute-value pairs passed to IdSearchControl
|
public static final IdSearchOpModifier OR
OR
all the search
attribute-value pairs passed to IdSearchControl
public static final IdSearchOpModifier AND
AND
all the search
attribute-value pairs passed to IdSearchControl
Copyright © 2010-2016, ForgeRock All Rights Reserved.