Uses of Interface
org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Packages that use ConnectionHandlerCfg 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.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of ConnectionHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ConnectionHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ConnectionHandlerCfgClient,? extends ConnectionHandlerCfg>
ConnectionHandlerCfgClient. definition()
Get the configuration definition associated with this Connection Handler.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description <C extends ConnectionHandlerCfgClient>
CRootCfgClient. createConnectionHandler(ManagedObjectDefinition<C,? extends ConnectionHandlerCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Connection Handler. -
Uses of ConnectionHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ConnectionHandlerCfg Modifier and Type Method Description ConnectionHandlerCfg
ConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ConnectionHandlerCfg Modifier and Type Method Description InstantiableRelationDefinition<ConnectionHandlerCfgClient,ConnectionHandlerCfg>
RootCfgDefn. getConnectionHandlersRelationDefinition()
Get the "connection-handlers" relation definition.Class<ConnectionHandlerCfg>
ConnectionHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description ConnectionHandlerCfg
ConnectionHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl)
-
Uses of ConnectionHandlerCfg in org.forgerock.opendj.server.config.server
Subinterfaces of ConnectionHandlerCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
HttpConnectionHandlerCfg
A server-side interface for querying HTTP Connection Handler settings.interface
JmxConnectionHandlerCfg
A server-side interface for querying JMX Connection Handler settings.interface
LdapConnectionHandlerCfg
A server-side interface for querying LDAP Connection Handler settings.interface
LdifConnectionHandlerCfg
A server-side interface for querying LDIF Connection Handler settings.interface
SnmpConnectionHandlerCfg
A server-side interface for querying SNMP Connection Handler settings.Methods in org.forgerock.opendj.server.config.server that return ConnectionHandlerCfg Modifier and Type Method Description ConnectionHandlerCfg
RootCfg. getConnectionHandler(String name)
Gets the named Connection Handler.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ConnectionHandlerCfg Modifier and Type Method Description Class<? extends ConnectionHandlerCfg>
ConnectionHandlerCfg. configurationClass()
Gets the configuration class associated with this Connection Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description void
ConnectionHandlerCfg. addChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)
Register to be notified when this Connection Handler is changed.void
RootCfg. addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Registers to be notified when new Connection Handlers are added.void
RootCfg. addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Registers to be notified when existing Connection Handlers are deleted.void
ConnectionHandlerCfg. removeChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)
Deregister an existing Connection Handler configuration change listener.void
RootCfg. removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration add listener.void
RootCfg. removeConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration delete listener. -
Uses of ConnectionHandlerCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type ConnectionHandlerCfg Modifier and Type Class Description class
ConnectionHandler<T extends ConnectionHandlerCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server connection handler. -
Uses of ConnectionHandlerCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type ConnectionHandlerCfg Modifier and Type Method Description ConfigChangeResult
ConnectionHandlerConfigManager. applyConfigurationAdd(ConnectionHandlerCfg cfg)
ConfigChangeResult
ConnectionHandlerConfigManager. applyConfigurationChange(ConnectionHandlerCfg configuration)
ConfigChangeResult
ConnectionHandlerConfigManager. applyConfigurationDelete(ConnectionHandlerCfg configuration)
boolean
ConnectionHandlerConfigManager. isConfigurationAddAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ConnectionHandlerConfigManager. isConfigurationChangeAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ConnectionHandlerConfigManager. isConfigurationDeleteAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
Method parameters in org.opends.server.core with type arguments of type ConnectionHandlerCfg Modifier and Type Method Description void
DirectoryServer. registerConnectionHandler(ConnectionHandler<? extends ConnectionHandlerCfg> handler)
void
ServerContext. registerConnectionHandler(ConnectionHandler<? extends ConnectionHandlerCfg> handler)
Registers the provided connection handler with the Directory Server.
-