Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEqualityMatchingRuleImpl
This class implements an equality matching rule that matches normalized values in byte order.
|
class |
AbstractOrderingMatchingRuleImpl
This class implements a default ordering matching rule that matches
normalized values in byte order.
|
Modifier and Type | Field and Description |
---|---|
static Option<Function<String,MatchingRuleImpl>> |
SchemaOptions.UNKNOWN_MATCHING_RULE_HANDLER
Specifies the unknown matching rule handler which will be invoked when a non-strict schema is queried about an
unknown matching rule.
|
Modifier and Type | Method and Description |
---|---|
MatchingRule.Builder |
MatchingRule.Builder.implementation(MatchingRuleImpl implementation)
Sets the matching rule implementation.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.