Class ListenerConfig
java.lang.Object
com.tremolosecurity.openunison.myvd.ListenerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanvoidsetAllowedClientNames(List<String> allowedClientNames) voidsetAllowedTlsProtocols(List<String> allowedTlsProtocols) voidsetCiphers(List<String> ciphers) voidsetClientAuth(String clientAuth) voidsetOpenPort(int openPort) voidsetPathToDeployment(String pathToDeployment) voidsetPathToEnvFile(String pathToEnvFile) voidsetSecureKeyAlias(String secureKeyAlias) voidsetSecurePort(int securePort) voidsetSocketShutdownCommand(String socketShutdownCommand) voidsetSocketShutdownHost(String socketShutdownHost) voidsetSocketShutdownListener(boolean socketShutdownListener) voidsetSocketShutdownPort(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
-