public interface SSLTcpProxyServiceMBean extends TcpProxyServiceMBean
Modifier and Type | Method and Description |
---|---|
String |
getClientAuth()
Returns the actual configuration for client authentication:
WANT:client authentication required
NEED:client authentication requested
NONNEno client authentication desired
|
void |
setClientAuth(String clientAuth)
Controls whether accepted server-mode SSLSockets will be initially configured to require or not client authentication.
|
activate, closeAllConnections, deactivate, getFailedLoginCount, getInitiatedConnectionCount, getListenPort, getProtocolErrorCount, getRunningConnectionsCount, getServerAddress, getTcpListenersPoolSize, isActivated
getMBeanName
String getClientAuth()
void setClientAuth(String clientAuth)
clientAuth
- "WANT", "NEED" or "NONE".Copyright © 2020 ScalAgent D.T.. All rights reserved.