Class ServerConfigTruststoreServer


  • public class ServerConfigTruststoreServer
    extends Object
    Defines the access information for the server's truststore, which contains all third-party certificates that the server should trust. This applies to connections that the server establishes to external servers, such as HTTP SSL connections or LDAPS connections.
    • Constructor Detail

      • ServerConfigTruststoreServer

        public ServerConfigTruststoreServer()
    • Method Detail

      • getFile

        @Nullable
        public @Nullable String getFile()
        The name (without path) of the JKS keystore file (in the \"keystore/\" folder) that is to serve as the server's truststore.
        Returns:
        _file
      • setFile

        public void setFile​(String _file)
      • getPassword

        @Nullable
        public @Nullable String getPassword()
        The password required to access the truststore.
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object