Class OpenunisonNetworkConfiguration
java.lang.Object
com.tremolosecurity.k8s.model.OpenunisonNetworkConfiguration
-
Constructor Summary
ConstructorDescriptionNo 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 TypeMethodDescriptionboolean
long
long
long
long
int
hashCode()
boolean
boolean
boolean
boolean
void
setActivemqDir
(String activemqDir) void
setAllowedClientNames
(List<String> allowedClientNames) void
setAllowedTlsProtocols
(List<String> allowedTlsProtocols) void
setAllowUnEscapedChars
(String allowUnEscapedChars) void
setCiphers
(List<String> ciphers) void
setClientAuth
(String clientAuth) void
setContextRoot
(String contextRoot) void
setDisableHttp2
(boolean disableHttp2) void
setErrorPages
(List<ErrorPage> errorPages) void
setForceToLowerCase
(boolean forceToLowerCase) void
setForceToSecure
(boolean forceToSecure) void
setOpenExternalPort
(long openExternalPort) void
setOpenPort
(long openPort) void
setPathToDeployment
(String pathToDeployment) void
setPathToEnvFile
(String pathToEnvFile) void
setQuartzDir
(String quartzDir) void
setRedirectToContextRoot
(boolean redirectToContextRoot) void
setSecureExternalPort
(long secureExternalPort) void
setSecureKeyAlias
(String secureKeyAlias) void
setSecurePort
(long securePort) void
setWelecomePages
(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
-