| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api.search |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.approximatelyEqual(String attribute,
String value)
Creates an Approximate Filter : ( <attribute> ~= <value> )
|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.equal(String attribute,
String value)
Creates an equal Filter : ( <attribute> = <value> )
|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.greaterThanOrEqual(String attribute,
String value)
Creates a Greater Than Or Equal Filter : ( <attribute> >= <value> )
|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.lessThanOrEqual(String attribute,
String value)
Creates a Less Than Or Equal Filter : ( <attribute> <= <value> )
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.