|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
public final class EqualsIgnoreCaseFilter
| 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 |
|---|
public EqualsIgnoreCaseFilter(Attribute attr)
| Method Detail |
|---|
public boolean accept(ConnectorObject obj)
FilterConnectorObject matches this filter.obj - - The specified ConnectorObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.public boolean accept(EmbeddedObject obj)
FilterEmbeddedObject matches this filter.obj - - The specified EmbeddedObject.true if the object matches (that is, satisfies all selection criteria of) this filter; otherwise false.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||