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
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Returns true if the object being checked is the same as this current one.
|
int |
hashCode() |
String |
toString() |
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–2025 Open Identity Platform Community. All rights reserved.