Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollationMatchingRuleCfgClient
A client-side interface for reading and modifying Collation
Matching Rule settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends MatchingRuleCfgClient> |
RootCfgClient.createMatchingRule(ManagedObjectDefinition<C,? extends MatchingRuleCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleCfgClient |
RootCfgClient.getMatchingRule(String name)
Gets the named Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends MatchingRuleCfgClient,? extends MatchingRuleCfg> |
MatchingRuleCfgClient.definition()
Get the configuration definition associated with this Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleCfgClient |
MatchingRuleCfgDefn.createClientConfiguration(ManagedObject<? extends MatchingRuleCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<MatchingRuleCfgClient,MatchingRuleCfg> |
RootCfgDefn.getMatchingRulesRelationDefinition()
Get the "matching-rules" relation definition.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleCfgClient |
MatchingRuleCfgDefn.createClientConfiguration(ManagedObject<? extends MatchingRuleCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.