public interface LdifConnectionHandlerCfgClient extends ConnectionHandlerCfgClient
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.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LdifConnectionHandlerCfgClient,? extends LdifConnectionHandlerCfg> |
definition()
Get the configuration definition associated with this LDIF Connection Handler.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<String> |
getLdifDirectory()
Gets the "ldif-directory" property.
|
ValueOrExpression<Long> |
getPollInterval()
Gets the "poll-interval" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setLdifDirectory(ValueOrExpression<String> value)
Sets the "ldif-directory" property.
|
void |
setPollInterval(ValueOrExpression<Long> value)
Sets the "poll-interval" property.
|
getAllowedClient, getDeniedClient, getRestrictedClient, getRestrictedClientConnectionLimit, isEnabled, setAllowedClient, setDeniedClient, setEnabled, setRestrictedClient, setRestrictedClientConnectionLimit
commit, properties
ManagedObjectDefinition<? extends LdifConnectionHandlerCfgClient,? extends LdifConnectionHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ConnectionHandlerCfgClient
@MandatoryProperty ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the LDIF Connection Handler implementation.
getJavaClass
in interface ConnectionHandlerCfgClient
@MandatoryProperty void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the LDIF Connection Handler implementation.
setJavaClass
in interface ConnectionHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.@MandatoryProperty ValueOrExpression<String> getLdifDirectory()
Specifies the path to the directory in which the LDIF files should be placed.
@MandatoryProperty void setLdifDirectory(ValueOrExpression<String> value) throws PropertyException
Specifies the path to the directory in which the LDIF files should be placed.
value
- The value of the "ldif-directory" property.PropertyException
- If the new value is invalid.@MandatoryProperty ValueOrExpression<Long> getPollInterval()
Specifies how frequently the LDIF connection handler should check the LDIF directory to determine whether a new LDIF file has been added.
@MandatoryProperty void setPollInterval(ValueOrExpression<Long> value) throws PropertyException
Specifies how frequently the LDIF connection handler should check the LDIF directory to determine whether a new LDIF file has been added.
value
- The value of the "poll-interval" property.PropertyException
- If the new value is invalid.Copyright 2010-2022 ForgeRock AS.