Class OldConnectorInfo

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
      • keystoreFile

        private String keystoreFile
        The keystore file.
      • keystorePass

        private String keystorePass
        The keystore pass.
      • keystoreProvider

        private String keystoreProvider
        The keystore provider.
      • keystoreType

        private String keystoreType
        The keystore type.
      • truststoreFile

        private String truststoreFile
        The truststore file.
      • truststorePass

        private String truststorePass
        The truststore pass.
      • truststoreProvider

        private String truststoreProvider
        The truststore provider.
      • truststoreType

        private String truststoreType
        The truststore type.
    • Constructor Detail

      • OldConnectorInfo

        public OldConnectorInfo()
        Recent version of tomcat have changed how certificate setup works. As such this class supports the Old Connecter Info configuration.
    • Method Detail

      • getInternalSslHostConfigInfo

        private SslHostConfigInfo getInternalSslHostConfigInfo()
      • getInternalCertificateInfo

        private CertificateInfo getInternalCertificateInfo()
      • getKeystoreFile

        public String getKeystoreFile()
        Gets the keystore file.
        Returns:
        the keystore file
      • setKeystoreFile

        public void setKeystoreFile​(String keystoreFile)
        Sets the keystore file.
        Parameters:
        keystoreFile - the new keystore file
      • getKeystorePass

        public String getKeystorePass()
        Gets the keystore pass.
        Returns:
        the keystore pass
      • setKeystorePass

        public void setKeystorePass​(String keystorePass)
        Sets the keystore pass.
        Parameters:
        keystorePass - the new keystore pass
      • getKeystoreProvider

        public String getKeystoreProvider()
        Gets the keystore provider.
        Returns:
        the keystore provider
      • setKeystoreProvider

        public void setKeystoreProvider​(String keystoreProvider)
        Sets the keystore provider.
        Parameters:
        keystoreProvider - the new keystore provider
      • getKeystoreType

        public String getKeystoreType()
        Gets the keystore type.
        Returns:
        the keystore type
      • setKeystoreType

        public void setKeystoreType​(String keystoreType)
        Sets the keystore type.
        Parameters:
        keystoreType - the new keystore type
      • getTruststoreFile

        public String getTruststoreFile()
        Gets the truststore file.
        Returns:
        the truststore file
      • setTruststoreFile

        public void setTruststoreFile​(String truststoreFile)
        Sets the truststore file.
        Parameters:
        truststoreFile - the new truststore file
      • getTruststorePass

        public String getTruststorePass()
        Gets the truststore pass.
        Returns:
        the truststore pass
      • setTruststorePass

        public void setTruststorePass​(String truststorePass)
        Sets the truststore pass.
        Parameters:
        truststorePass - the new truststore pass
      • getTruststoreProvider

        public String getTruststoreProvider()
        Gets the truststore provider.
        Returns:
        the truststore provider
      • setTruststoreProvider

        public void setTruststoreProvider​(String truststoreProvider)
        Sets the truststore provider.
        Parameters:
        truststoreProvider - the new truststore provider
      • getTruststoreType

        public String getTruststoreType()
        Gets the truststore type.
        Returns:
        the truststore type
      • setTruststoreType

        public void setTruststoreType​(String truststoreType)
        Sets the truststore type.
        Parameters:
        truststoreType - the new truststore type