|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<SubstringMatchingRuleCfgClient,SubstringMatchingRuleCfg>
org.opends.server.admin.std.meta.SubstringMatchingRuleCfgDefn
public final class SubstringMatchingRuleCfgDefn
An interface for querying the Substring Matching Rule managed object definition meta information.
Substring Matching Rules define a set of rules for performing substring matching operations against assertion values.
| Method Summary | |
|---|---|
SubstringMatchingRuleCfgClient |
createClientConfiguration(ManagedObject<? extends SubstringMatchingRuleCfgClient> impl)
Creates a client configuration view of the provided managed object. |
SubstringMatchingRuleCfg |
createServerConfiguration(ServerManagedObject<? extends SubstringMatchingRuleCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static SubstringMatchingRuleCfgDefn |
getInstance()
Get the Substring Matching Rule configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<SubstringMatchingRuleCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static SubstringMatchingRuleCfgDefn getInstance()
public SubstringMatchingRuleCfgClient createClientConfiguration(ManagedObject<? extends SubstringMatchingRuleCfgClient> impl)
createClientConfiguration in class ManagedObjectDefinition<SubstringMatchingRuleCfgClient,SubstringMatchingRuleCfg>impl - The managed object.
public SubstringMatchingRuleCfg createServerConfiguration(ServerManagedObject<? extends SubstringMatchingRuleCfg> impl)
createServerConfiguration in class ManagedObjectDefinition<SubstringMatchingRuleCfgClient,SubstringMatchingRuleCfg>impl - The server managed object.
public java.lang.Class<SubstringMatchingRuleCfg> getServerConfigurationClass()
getServerConfigurationClass in class ManagedObjectDefinition<SubstringMatchingRuleCfgClient,SubstringMatchingRuleCfg>public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Substring Matching Rule is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Substring Matching Rule implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||