Uses of Interface
org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
-
Packages that use LdifConnectionHandlerCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols. -
-
Uses of LdifConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LdifConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LdifConnectionHandlerCfgClient,? extends LdifConnectionHandlerCfg>
LdifConnectionHandlerCfgClient. definition()
Get the configuration definition associated with this LDIF Connection Handler. -
Uses of LdifConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LdifConnectionHandlerCfg Modifier and Type Method Description LdifConnectionHandlerCfg
LdifConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdifConnectionHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LdifConnectionHandlerCfg Modifier and Type Method Description Class<LdifConnectionHandlerCfg>
LdifConnectionHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LdifConnectionHandlerCfg Modifier and Type Method Description LdifConnectionHandlerCfg
LdifConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdifConnectionHandlerCfg> impl)
-
Uses of LdifConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LdifConnectionHandlerCfg Modifier and Type Method Description Class<? extends LdifConnectionHandlerCfg>
LdifConnectionHandlerCfg. configurationClass()
Gets the configuration class associated with this LDIF Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LdifConnectionHandlerCfg Modifier and Type Method Description void
LdifConnectionHandlerCfg. addLdifChangeListener(ConfigurationChangeListener<LdifConnectionHandlerCfg> listener)
Register to be notified when this LDIF Connection Handler is changed.void
LdifConnectionHandlerCfg. removeLdifChangeListener(ConfigurationChangeListener<LdifConnectionHandlerCfg> listener)
Deregister an existing LDIF Connection Handler configuration change listener. -
Uses of LdifConnectionHandlerCfg in org.opends.server.protocols
Methods in org.opends.server.protocols with parameters of type LdifConnectionHandlerCfg Modifier and Type Method Description ConfigChangeResult
LDIFConnectionHandler. applyConfigurationChange(LdifConnectionHandlerCfg configuration)
void
LDIFConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, LdifConnectionHandlerCfg configuration)
boolean
LDIFConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, LdifConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
LDIFConnectionHandler. isConfigurationChangeAcceptable(LdifConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-