Class ListenerConfig
java.lang.Object
com.tremolosecurity.openunison.myvd.ListenerConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
void
setAllowedClientNames
(List<String> allowedClientNames) void
setAllowedTlsProtocols
(List<String> allowedTlsProtocols) void
setCiphers
(List<String> ciphers) void
setClientAuth
(String clientAuth) void
setOpenPort
(int openPort) void
setPathToDeployment
(String pathToDeployment) void
setPathToEnvFile
(String pathToEnvFile) void
setSecureKeyAlias
(String secureKeyAlias) void
setSecurePort
(int securePort) void
setSocketShutdownCommand
(String socketShutdownCommand) void
setSocketShutdownHost
(String socketShutdownHost) void
setSocketShutdownListener
(boolean socketShutdownListener) void
setSocketShutdownPort
(int socketShutdownPort)
-
Constructor Details
-
ListenerConfig
public ListenerConfig()
-
-
Method Details
-
getOpenPort
public int getOpenPort() -
setOpenPort
public void setOpenPort(int openPort) -
getSecurePort
public int getSecurePort() -
setSecurePort
public void setSecurePort(int securePort) -
getClientAuth
-
setClientAuth
-
getAllowedClientNames
-
setAllowedClientNames
-
getCiphers
-
setCiphers
-
getPathToDeployment
-
setPathToDeployment
-
getPathToEnvFile
-
setPathToEnvFile
-
getSecureKeyAlias
-
setSecureKeyAlias
-
getAllowedTlsProtocols
-
setAllowedTlsProtocols
-
isSocketShutdownListener
public boolean isSocketShutdownListener() -
setSocketShutdownListener
public void setSocketShutdownListener(boolean socketShutdownListener) -
getSocketShutdownHost
-
setSocketShutdownHost
-
getSocketShutdownPort
public int getSocketShutdownPort() -
setSocketShutdownPort
public void setSocketShutdownPort(int socketShutdownPort) -
getSocketShutdownCommand
-
setSocketShutdownCommand
-