Interface UnifiedConnectionHandlerCfgClient
- All Superinterfaces:
ConfigurationClient
,ConnectionHandlerCfgClient
,NetConnectionHandlerCfgClient
A client-side interface for reading and modifying Unified
Connection Handler settings.
The Unified Connection Handler is used to interact with clients using network protocols such as LDAP and HTTP.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition
<? extends UnifiedConnectionHandlerCfgClient, ? extends UnifiedConnectionHandlerCfg> Get the configuration definition associated with this Unified Connection Handler.Gets the "java-class" property.void
setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
Methods inherited from interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
getAllowedClient, getDeniedClient, getRestrictedClient, getRestrictedClientConnectionLimit, isEnabled, setAllowedClient, setDeniedClient, setEnabled, setRestrictedClient, setRestrictedClientConnectionLimit
Methods inherited from interface org.forgerock.opendj.server.config.client.NetConnectionHandlerCfgClient
getAcceptBacklog, getAdvertisedListenAddress, getKeyManagerProvider, getListenAddress, getListenPort, getMaxBlockedWriteTimeLimit, getMaxRequestSize, getProxyProtocolAllowedClient, getSslCertNickname, getSslCipherSuite, getSslClientAuthPolicy, getSslProtocol, getTrustManagerProvider, isAllowLdapV2, isAllowStartTls, isAllowTcpReuseAddress, isProxyProtocolEnabled, isUseSsl, isUseTcpKeepAlive, isUseTcpNoDelay, setAcceptBacklog, setAdvertisedListenAddress, setAllowLdapV2, setAllowStartTls, setAllowTcpReuseAddress, setKeyManagerProvider, setListenAddress, setListenPort, setMaxBlockedWriteTimeLimit, setMaxRequestSize, setProxyProtocolAllowedClient, setProxyProtocolEnabled, setSslCertNickname, setSslCipherSuite, setSslClientAuthPolicy, setSslProtocol, setTrustManagerProvider, setUseSsl, setUseTcpKeepAlive, setUseTcpNoDelay
-
Method Details
-
definition
ManagedObjectDefinition<? extends UnifiedConnectionHandlerCfgClient,? extends UnifiedConnectionHandlerCfg> definition()Get the configuration definition associated with this Unified Connection Handler.- Specified by:
definition
in interfaceConfigurationClient
- Specified by:
definition
in interfaceConnectionHandlerCfgClient
- Specified by:
definition
in interfaceNetConnectionHandlerCfgClient
- Returns:
- Returns the configuration definition associated with this Unified Connection Handler.
-
getJavaClass
Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Unified Connection Handler implementation.
Default value:
org.opends.server.protocols.net.NetConnectionHandler
- Specified by:
getJavaClass
in interfaceConnectionHandlerCfgClient
- Specified by:
getJavaClass
in interfaceNetConnectionHandlerCfgClient
- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
Sets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Unified Connection Handler implementation.
- Specified by:
setJavaClass
in interfaceConnectionHandlerCfgClient
- Specified by:
setJavaClass
in interfaceNetConnectionHandlerCfgClient
- Parameters:
value
- The value of the "java-class" property.- Throws:
PropertyException
- If the new value is invalid.
-