com.sun.identity.idm
Class IdSearchOpModifier

java.lang.Object
  extended bycom.sun.identity.idm.IdSearchOpModifier

public final class IdSearchOpModifier
extends java.lang.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.


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(java.lang.Object o)
          Returns true if the object being checked is the same as this current one.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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

Method Detail

equals

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


hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.