Class OpenunisonNetworkConfiguration
java.lang.Object
com.tremolosecurity.k8s.model.OpenunisonNetworkConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionNo args constructor for use in serializationOpenunisonNetworkConfiguration(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonglonglonginthashCode()booleanbooleanbooleanbooleanvoidsetActivemqDir(String activemqDir) voidsetAllowedClientNames(List<String> allowedClientNames) voidsetAllowedTlsProtocols(List<String> allowedTlsProtocols) voidsetAllowUnEscapedChars(String allowUnEscapedChars) voidsetCiphers(List<String> ciphers) voidsetClientAuth(String clientAuth) voidsetContextRoot(String contextRoot) voidsetDisableHttp2(boolean disableHttp2) voidsetErrorPages(List<ErrorPage> errorPages) voidsetForceToLowerCase(boolean forceToLowerCase) voidsetForceToSecure(boolean forceToSecure) voidsetOpenExternalPort(long openExternalPort) voidsetOpenPort(long openPort) voidsetPathToDeployment(String pathToDeployment) voidsetPathToEnvFile(String pathToEnvFile) voidsetQuartzDir(String quartzDir) voidsetRedirectToContextRoot(boolean redirectToContextRoot) voidsetSecureExternalPort(long secureExternalPort) voidsetSecureKeyAlias(String secureKeyAlias) voidsetSecurePort(long securePort) voidsetWelecomePages(List<String> welecomePages) toString()withActivemqDir(String activemqDir) withAllowedClientNames(List<String> allowedClientNames) withAllowedTlsProtocols(List<String> allowedTlsProtocols) withAllowUnEscapedChars(String allowUnEscapedChars) withCiphers(List<String> ciphers) withClientAuth(String clientAuth) withContextRoot(String contextRoot) withDisableHttp2(boolean disableHttp2) withErrorPages(List<ErrorPage> errorPages) withForceToLowerCase(boolean forceToLowerCase) withForceToSecure(boolean forceToSecure) withOpenExternalPort(long openExternalPort) withOpenPort(long openPort) withPathToDeployment(String pathToDeployment) withPathToEnvFile(String pathToEnvFile) withQuartzDir(String quartzDir) withRedirectToContextRoot(boolean redirectToContextRoot) withSecureExternalPort(long secureExternalPort) withSecureKeyAlias(String secureKeyAlias) withSecurePort(long securePort) withWelecomePages(List<String> welecomePages)
-
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
-
getOpenPort
public long getOpenPort() -
setOpenPort
public void setOpenPort(long openPort) -
withOpenPort
-
getOpenExternalPort
public long getOpenExternalPort() -
setOpenExternalPort
public void setOpenExternalPort(long openExternalPort) -
withOpenExternalPort
-
getSecurePort
public long getSecurePort() -
setSecurePort
public void setSecurePort(long securePort) -
withSecurePort
-
getSecureExternalPort
public long getSecureExternalPort() -
setSecureExternalPort
public void setSecureExternalPort(long secureExternalPort) -
withSecureExternalPort
-
isForceToSecure
public boolean isForceToSecure() -
setForceToSecure
public void setForceToSecure(boolean forceToSecure) -
withForceToSecure
-
getActivemqDir
-
setActivemqDir
-
withActivemqDir
-
getClientAuth
-
setClientAuth
-
withClientAuth
-
getAllowedClientNames
-
setAllowedClientNames
-
withAllowedClientNames
-
getCiphers
-
setCiphers
-
withCiphers
-
getPathToDeployment
-
setPathToDeployment
-
withPathToDeployment
-
getPathToEnvFile
-
setPathToEnvFile
-
withPathToEnvFile
-
getSecureKeyAlias
-
setSecureKeyAlias
-
withSecureKeyAlias
-
getAllowedTlsProtocols
-
setAllowedTlsProtocols
-
withAllowedTlsProtocols
-
getQuartzDir
-
setQuartzDir
-
withQuartzDir
-
getContextRoot
-
setContextRoot
-
withContextRoot
-
isDisableHttp2
public boolean isDisableHttp2() -
setDisableHttp2
public void setDisableHttp2(boolean disableHttp2) -
withDisableHttp2
-
getAllowUnEscapedChars
-
setAllowUnEscapedChars
-
withAllowUnEscapedChars
-
getWelecomePages
-
setWelecomePages
-
withWelecomePages
-
getErrorPages
-
setErrorPages
-
withErrorPages
-
isRedirectToContextRoot
public boolean isRedirectToContextRoot() -
setRedirectToContextRoot
public void setRedirectToContextRoot(boolean redirectToContextRoot) -
withRedirectToContextRoot
-
toString
-
hashCode
-
equals
-