|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| フィールドの概要 | |
|---|---|
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
|
| メソッドの概要 | |
|---|---|
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
| メソッドの詳細 |
|---|
public boolean equals(Object o)
Object 内の equalspublic int hashCode()
Object 内の hashCodepublic String toString()
Object 内の toString
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||