Skip navigation links


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

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
      extended by org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
          extended by org.identityconnectors.framework.common.objects.filter.StringFilter
              extended by org.identityconnectors.framework.common.objects.filter.EndsWithIgnoreCaseFilter

All Implemented Interfaces:
Filter

public final class EndsWithIgnoreCaseFilter
extends StringFilter
Author:
Tomas Knappek

Constructor Summary
EndsWithIgnoreCaseFilter(Attribute attr)
           

 

Method Summary
 boolean accept(java.lang.String value)
           
 java.lang.String toString()
           

 

Methods inherited from class org.identityconnectors.framework.common.objects.filter.StringFilter
accept, accept, getValue

 

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

EndsWithIgnoreCaseFilter

public EndsWithIgnoreCaseFilter(Attribute attr)

Method Detail

accept

public boolean accept(java.lang.String value)
Specified by:
accept in class StringFilter

toString

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

Skip navigation links


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