Class OpenunisonNetworkConfiguration

java.lang.Object
com.tremolosecurity.k8s.model.OpenunisonNetworkConfiguration

public class OpenunisonNetworkConfiguration extends Object
  • Constructor Details

    • OpenunisonNetworkConfiguration

      public OpenunisonNetworkConfiguration()
      No args constructor for use in serialization
    • OpenunisonNetworkConfiguration

      public OpenunisonNetworkConfiguration(boolean forceToLowerCase, long openPort, long openExternalPort, long securePort, long secureExternalPort, boolean forceToSecure, String activemqDir, String clientAuth, List<String> allowedClientNames, List<String> ciphers, String pathToDeployment, String pathToEnvFile, String secureKeyAlias, List<String> allowedTlsProtocols, String quartzDir, String contextRoot, boolean disableHttp2, String allowUnEscapedChars, List<String> welecomePages, List<ErrorPage> errorPages, boolean redirectToContextRoot)
      Parameters:
      forceToLowerCase -
      openPort -
      openExternalPort -
      securePort -
      secureExternalPort -
      forceToSecure -
      activemqDir -
      clientAuth -
      allowedClientNames -
      ciphers -
      pathToDeployment -
      pathToEnvFile -
      secureKeyAlias -
      allowedTlsProtocols -
      quartzDir -
      contextRoot -
      disableHttp2 -
      allowUnEscapedChars -
      welecomePages -
      errorPages -
      redirectToContextRoot -
  • Method Details

    • isForceToLowerCase

      public boolean isForceToLowerCase()
    • setForceToLowerCase

      public void setForceToLowerCase(boolean forceToLowerCase)
    • withForceToLowerCase

      public OpenunisonNetworkConfiguration withForceToLowerCase(boolean forceToLowerCase)
    • getOpenPort

      public long getOpenPort()
    • setOpenPort

      public void setOpenPort(long openPort)
    • withOpenPort

      public OpenunisonNetworkConfiguration withOpenPort(long openPort)
    • getOpenExternalPort

      public long getOpenExternalPort()
    • setOpenExternalPort

      public void setOpenExternalPort(long openExternalPort)
    • withOpenExternalPort

      public OpenunisonNetworkConfiguration withOpenExternalPort(long openExternalPort)
    • getSecurePort

      public long getSecurePort()
    • setSecurePort

      public void setSecurePort(long securePort)
    • withSecurePort

      public OpenunisonNetworkConfiguration withSecurePort(long securePort)
    • getSecureExternalPort

      public long getSecureExternalPort()
    • setSecureExternalPort

      public void setSecureExternalPort(long secureExternalPort)
    • withSecureExternalPort

      public OpenunisonNetworkConfiguration withSecureExternalPort(long secureExternalPort)
    • isForceToSecure

      public boolean isForceToSecure()
    • setForceToSecure

      public void setForceToSecure(boolean forceToSecure)
    • withForceToSecure

      public OpenunisonNetworkConfiguration withForceToSecure(boolean forceToSecure)
    • getActivemqDir

      public String getActivemqDir()
    • setActivemqDir

      public void setActivemqDir(String activemqDir)
    • withActivemqDir

      public OpenunisonNetworkConfiguration withActivemqDir(String activemqDir)
    • getClientAuth

      public String getClientAuth()
    • setClientAuth

      public void setClientAuth(String clientAuth)
    • withClientAuth

      public OpenunisonNetworkConfiguration withClientAuth(String clientAuth)
    • getAllowedClientNames

      public List<String> getAllowedClientNames()
    • setAllowedClientNames

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

      public OpenunisonNetworkConfiguration withAllowedClientNames(List<String> allowedClientNames)
    • getCiphers

      public List<String> getCiphers()
    • setCiphers

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

      public OpenunisonNetworkConfiguration withCiphers(List<String> ciphers)
    • getPathToDeployment

      public String getPathToDeployment()
    • setPathToDeployment

      public void setPathToDeployment(String pathToDeployment)
    • withPathToDeployment

      public OpenunisonNetworkConfiguration withPathToDeployment(String pathToDeployment)
    • getPathToEnvFile

      public String getPathToEnvFile()
    • setPathToEnvFile

      public void setPathToEnvFile(String pathToEnvFile)
    • withPathToEnvFile

      public OpenunisonNetworkConfiguration withPathToEnvFile(String pathToEnvFile)
    • getSecureKeyAlias

      public String getSecureKeyAlias()
    • setSecureKeyAlias

      public void setSecureKeyAlias(String secureKeyAlias)
    • withSecureKeyAlias

      public OpenunisonNetworkConfiguration withSecureKeyAlias(String secureKeyAlias)
    • getAllowedTlsProtocols

      public List<String> getAllowedTlsProtocols()
    • setAllowedTlsProtocols

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

      public OpenunisonNetworkConfiguration withAllowedTlsProtocols(List<String> allowedTlsProtocols)
    • getQuartzDir

      public String getQuartzDir()
    • setQuartzDir

      public void setQuartzDir(String quartzDir)
    • withQuartzDir

      public OpenunisonNetworkConfiguration withQuartzDir(String quartzDir)
    • getContextRoot

      public String getContextRoot()
    • setContextRoot

      public void setContextRoot(String contextRoot)
    • withContextRoot

      public OpenunisonNetworkConfiguration withContextRoot(String contextRoot)
    • isDisableHttp2

      public boolean isDisableHttp2()
    • setDisableHttp2

      public void setDisableHttp2(boolean disableHttp2)
    • withDisableHttp2

      public OpenunisonNetworkConfiguration withDisableHttp2(boolean disableHttp2)
    • getAllowUnEscapedChars

      public String getAllowUnEscapedChars()
    • setAllowUnEscapedChars

      public void setAllowUnEscapedChars(String allowUnEscapedChars)
    • withAllowUnEscapedChars

      public OpenunisonNetworkConfiguration withAllowUnEscapedChars(String allowUnEscapedChars)
    • getWelecomePages

      public List<String> getWelecomePages()
    • setWelecomePages

      public void setWelecomePages(List<String> welecomePages)
    • withWelecomePages

      public OpenunisonNetworkConfiguration withWelecomePages(List<String> welecomePages)
    • getErrorPages

      public List<ErrorPage> getErrorPages()
    • setErrorPages

      public void setErrorPages(List<ErrorPage> errorPages)
    • withErrorPages

      public OpenunisonNetworkConfiguration withErrorPages(List<ErrorPage> errorPages)
    • isRedirectToContextRoot

      public boolean isRedirectToContextRoot()
    • setRedirectToContextRoot

      public void setRedirectToContextRoot(boolean redirectToContextRoot)
    • withRedirectToContextRoot

      public OpenunisonNetworkConfiguration withRedirectToContextRoot(boolean redirectToContextRoot)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object