| 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 : (
|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.equal(String attribute,
String value)
Creates an equal Filter : (
|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.greaterThanOrEqual(String attribute,
String value)
Creates a Greater Than Or Equal Filter : (
|
static AttributeValueAssertionFilter |
AttributeValueAssertionFilter.lessThanOrEqual(String attribute,
String value)
Creates a Less Than Or Equal Filter : (
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.