Uses of Interface
org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Packages that use LDAPConnectionHandlerCfg 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. -
-
Uses of LDAPConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LDAPConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LDAPConnectionHandlerCfgClient,? extends LDAPConnectionHandlerCfg>LDAPConnectionHandlerCfgClient. definition()Get the configuration definition associated with this LDAP Connection Handler. -
Uses of LDAPConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LDAPConnectionHandlerCfg Modifier and Type Method Description LDAPConnectionHandlerCfgLDAPConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends LDAPConnectionHandlerCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LDAPConnectionHandlerCfg Modifier and Type Method Description Class<LDAPConnectionHandlerCfg>LDAPConnectionHandlerCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LDAPConnectionHandlerCfg Modifier and Type Method Description LDAPConnectionHandlerCfgLDAPConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends LDAPConnectionHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of LDAPConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LDAPConnectionHandlerCfg Modifier and Type Method Description Class<? extends LDAPConnectionHandlerCfg>LDAPConnectionHandlerCfg. configurationClass()Gets the configuration class associated with this LDAP Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LDAPConnectionHandlerCfg Modifier and Type Method Description voidLDAPConnectionHandlerCfg. addLDAPChangeListener(ConfigurationChangeListener<LDAPConnectionHandlerCfg> listener)Register to be notified when this LDAP Connection Handler is changed.voidLDAPConnectionHandlerCfg. removeLDAPChangeListener(ConfigurationChangeListener<LDAPConnectionHandlerCfg> listener)Deregister an existing LDAP Connection Handler configuration change listener.
-