|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.idm.IdSearchOpModifier
public final class 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 | |
|---|---|
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
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns true if the object being checked is the same as this current one. |
int |
hashCode()
|
String |
toString()
|
| Field Detail |
|---|
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
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||