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.voidsetJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.Methods inherited from interface ConfigurationClient
commit, propertiesMethods inherited from interface ConnectionHandlerCfgClient
getAllowedClient, getDeniedClient, getRestrictedClient, getRestrictedClientConnectionLimit, isEnabled, setAllowedClient, setDeniedClient, setEnabled, setRestrictedClient, setRestrictedClientConnectionLimitMethods inherited from interface NetConnectionHandlerCfgClient
getAcceptBacklog, getAdvertisedListenAddress, getKeyManagerProvider, getListenAddress, getListenPort, getMaxBlockedWriteTimeLimit, getMaxRequestSize, getProxyProtocolAllowedClient, getSslCertNickname, getSslCipherSuite, getSslClientAuthPolicy, getSslProtocol, getTrustManagerProvider, isAllowLdapV2, isAllowStartTls, isAllowTcpReuseAddress, isMatchSniName, isProxyProtocolEnabled, isUseSsl, isUseTcpKeepAlive, isUseTcpNoDelay, setAcceptBacklog, setAdvertisedListenAddress, setAllowLdapV2, setAllowStartTls, setAllowTcpReuseAddress, setKeyManagerProvider, setListenAddress, setListenPort, setMatchSniName, 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:
definitionin interfaceConfigurationClient- Specified by:
definitionin interfaceConnectionHandlerCfgClient- Specified by:
definitionin 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:
getJavaClassin interfaceConnectionHandlerCfgClient- Specified by:
getJavaClassin 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:
setJavaClassin interfaceConnectionHandlerCfgClient- Specified by:
setJavaClassin interfaceNetConnectionHandlerCfgClient- Parameters:
value- The value of the "java-class" property.- Throws:
PropertyException- If the new value is invalid.
-