|
|||||||||
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<LDIFConnectionHandlerCfgClient,LDIFConnectionHandlerCfg>
org.opends.server.admin.std.meta.LDIFConnectionHandlerCfgDefn
public final class LDIFConnectionHandlerCfgDefn
An interface for querying the LDIF Connection Handler managed object definition meta information.
The LDIF Connection Handler is used to process changes in the server using internal operations, where the changes to process are read from an LDIF file.
Method Summary | |
---|---|
LDIFConnectionHandlerCfgClient |
createClientConfiguration(ManagedObject<? extends LDIFConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed object. |
LDIFConnectionHandlerCfg |
createServerConfiguration(ServerManagedObject<? extends LDIFConnectionHandlerCfg> impl)
Creates a server configuration view of the provided server managed object. |
IPAddressMaskPropertyDefinition |
getAllowedClientPropertyDefinition()
Get the "allowed-client" property definition. |
IPAddressMaskPropertyDefinition |
getDeniedClientPropertyDefinition()
Get the "denied-client" property definition. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static LDIFConnectionHandlerCfgDefn |
getInstance()
Get the LDIF Connection Handler configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
StringPropertyDefinition |
getLDIFDirectoryPropertyDefinition()
Get the "ldif-directory" property definition. |
DurationPropertyDefinition |
getPollIntervalPropertyDefinition()
Get the "poll-interval" property definition. |
java.lang.Class<LDIFConnectionHandlerCfg> |
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 LDIFConnectionHandlerCfgDefn getInstance()
public LDIFConnectionHandlerCfgClient createClientConfiguration(ManagedObject<? extends LDIFConnectionHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<LDIFConnectionHandlerCfgClient,LDIFConnectionHandlerCfg>
impl
- The managed object.
public LDIFConnectionHandlerCfg createServerConfiguration(ServerManagedObject<? extends LDIFConnectionHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<LDIFConnectionHandlerCfgClient,LDIFConnectionHandlerCfg>
impl
- The server managed object.
public java.lang.Class<LDIFConnectionHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<LDIFConnectionHandlerCfgClient,LDIFConnectionHandlerCfg>
public IPAddressMaskPropertyDefinition getAllowedClientPropertyDefinition()
Specifies a set of address masks that determines the addresses of the clients that are allowed to establish connections to this connection handler.
public IPAddressMaskPropertyDefinition getDeniedClientPropertyDefinition()
Specifies a set of address masks that determines the addresses of the clients that are not allowed to establish connections to this connection handler.
If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the LDIF Connection Handler is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the LDIF Connection Handler implementation.
public StringPropertyDefinition getLDIFDirectoryPropertyDefinition()
Specifies the path to the directory in which the LDIF files should be placed.
public DurationPropertyDefinition getPollIntervalPropertyDefinition()
Specifies how frequently the LDIF connection handler should check the LDIF directory to determine whether a new LDIF file has been added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |