Class IdSearchOpModifier

java.lang.Object
com.sun.identity.idm.IdSearchOpModifier

@SupportedAll 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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IdSearchOpModifier
    The search modifier which will AND all the search attribute-value pairs passed to IdSearchControl
    static final int
     
    static final int
     
    static final IdSearchOpModifier
    The search modifier which will OR all the search attribute-value pairs passed to IdSearchControl
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the object being checked is the same as this current one.
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NO_MOD

      public static final int NO_MOD
      See Also:
    • OR_MOD

      public static final int OR_MOD
      See Also:
    • AND_MOD

      public static final int AND_MOD
      See Also:
    • 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 Details

    • equals

      public boolean equals(Object o)
      Returns true if the object being checked is the same as this current one.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object