Class ListenerConfig

java.lang.Object
com.tremolosecurity.openunison.myvd.ListenerConfig
Direct Known Subclasses:
OpenUnisonConfig

public class ListenerConfig extends Object
  • 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

      public String getClientAuth()
    • setClientAuth

      public void setClientAuth(String clientAuth)
    • getAllowedClientNames

      public List<String> getAllowedClientNames()
    • setAllowedClientNames

      public void setAllowedClientNames(List<String> allowedClientNames)
    • getCiphers

      public List<String> getCiphers()
    • setCiphers

      public void setCiphers(List<String> ciphers)
    • getPathToDeployment

      public String getPathToDeployment()
    • setPathToDeployment

      public void setPathToDeployment(String pathToDeployment)
    • getPathToEnvFile

      public String getPathToEnvFile()
    • setPathToEnvFile

      public void setPathToEnvFile(String pathToEnvFile)
    • getSecureKeyAlias

      public String getSecureKeyAlias()
    • setSecureKeyAlias

      public void setSecureKeyAlias(String secureKeyAlias)
    • getAllowedTlsProtocols

      public List<String> getAllowedTlsProtocols()
    • setAllowedTlsProtocols

      public void setAllowedTlsProtocols(List<String> allowedTlsProtocols)
    • isSocketShutdownListener

      public boolean isSocketShutdownListener()
    • setSocketShutdownListener

      public void setSocketShutdownListener(boolean socketShutdownListener)
    • getSocketShutdownHost

      public String getSocketShutdownHost()
    • setSocketShutdownHost

      public void setSocketShutdownHost(String socketShutdownHost)
    • getSocketShutdownPort

      public int getSocketShutdownPort()
    • setSocketShutdownPort

      public void setSocketShutdownPort(int socketShutdownPort)
    • getSocketShutdownCommand

      public String getSocketShutdownCommand()
    • setSocketShutdownCommand

      public void setSocketShutdownCommand(String socketShutdownCommand)