Skip navigation links


org.identityconnectors.framework.common.objects.filter
Class EqualsIgnoreCaseFilter

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
      extended by org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter

All Implemented Interfaces:
Filter

public final class EqualsIgnoreCaseFilter
extends AttributeFilter
Author:
Tomas Knappek

Constructor Summary
EqualsIgnoreCaseFilter(Attribute attr)
           

 

Method Summary
 boolean accept(ConnectorObject obj)
          Determines whether the specified ConnectorObject matches this filter.
 boolean accept(EmbeddedObject obj)
          Determines whether the specified EmbeddedObject matches this filter.
 java.lang.String toString()
           

 

Methods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

EqualsIgnoreCaseFilter

public EqualsIgnoreCaseFilter(Attribute attr)

Method Detail

accept

public boolean accept(ConnectorObject obj)
Description copied from interface: Filter
Determines whether the specified ConnectorObject matches this filter.
Parameters:
obj - - The specified ConnectorObject.
Returns:
true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.

accept

public boolean accept(EmbeddedObject obj)
Description copied from interface: Filter
Determines whether the specified EmbeddedObject matches this filter.
Parameters:
obj - - The specified EmbeddedObject.
Returns:
true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.