Package | Description |
---|---|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
Modifier and Type | Method and Description |
---|---|
static MatchedValuesFilter |
MatchedValuesFilter.createApproximateFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new approxMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createApproximateFilter(String rawAttributeType,
ByteString rawAssertionValue)
Creates a new approxMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createEqualityFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new equalityMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createEqualityFilter(String rawAttributeType,
ByteString rawAssertionValue)
Creates a new equalityMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createExtensibleMatchFilter(AttributeType attributeType,
MatchingRule matchingRule,
ByteString assertionValue)
Creates a new extensibleMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createExtensibleMatchFilter(String rawAttributeType,
String matchingRuleID,
ByteString rawAssertionValue)
Creates a new extensibleMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createGreaterOrEqualFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new greaterOrEqual filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createGreaterOrEqualFilter(String rawAttributeType,
ByteString rawAssertionValue)
Creates a new greaterOrEqual filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createLessOrEqualFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new lessOrEqual filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createLessOrEqualFilter(String rawAttributeType,
ByteString rawAssertionValue)
Creates a new lessOrEqual filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createPresentFilter(AttributeType attributeType)
Creates a new present filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createPresentFilter(String rawAttributeType)
Creates a new present filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createSubstringsFilter(AttributeType attributeType,
ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal)
Creates a new substrings filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createSubstringsFilter(String rawAttributeType,
ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal)
Creates a new substrings filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.decode(Asn1Reader reader)
Decodes the provided ASN.1 element as a matched values filter item.
|
Modifier and Type | Method and Description |
---|---|
List<MatchedValuesFilter> |
MatchedValuesControl.getFilters()
Retrieves the set of filters associated with this matched values control.
|
Constructor and Description |
---|
MatchedValuesControl(boolean isCritical,
List<MatchedValuesFilter> filters)
Creates a new matched values control using the default OID and the provided criticality and set of filters.
|
Copyright 2010-2018 ForgeRock AS.