com.sun.identity.idm
クラス IdSearchOpModifier

java.lang.Object
  上位を拡張 com.sun.identity.idm.IdSearchOpModifier

public final class IdSearchOpModifier
extends Object

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()
           
 

フィールドの詳細

OR

public static final IdSearchOpModifier OR
The search modifier which will OR all the search attribute-value pairs passed to IdSearchControl


AND

public static final IdSearchOpModifier AND
The search modifier which will AND all the search attribute-value pairs passed to IdSearchControl

メソッドの詳細

equals

public boolean equals(Object o)
Returns true if the object being checked is the same as this current one.

オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

toString

public String toString()
オーバーライド:
クラス Object 内の toString