Class ReadOnlyClientSecurityConfig

  • Direct Known Subclasses:
    ClientSecurityConfig

    @Deprecated
    public class ReadOnlyClientSecurityConfig
    extends java.lang.Object
    Deprecated.
    Read-only security config for clients.
    • Field Detail

      • hostnameVerificationAlgorithm

        @Nullable
        protected java.lang.String hostnameVerificationAlgorithm
        Deprecated.
      • hostNameVerificationHost

        @Nullable
        protected java.lang.String hostNameVerificationHost
        Deprecated.
      • hostNameVerificationPort

        protected int hostNameVerificationPort
        Deprecated.
        Only valid if hostNameVerificationHost is valid.
      • sniHostname

        @Nullable
        protected java.lang.String sniHostname
        Deprecated.
      • keyManagerFactory

        @Nullable
        protected javax.net.ssl.KeyManagerFactory keyManagerFactory
        Deprecated.
      • keyCertChainSupplier

        @Nullable
        protected java.util.function.Supplier<java.io.InputStream> keyCertChainSupplier
        Deprecated.
      • keySupplier

        @Nullable
        protected java.util.function.Supplier<java.io.InputStream> keySupplier
        Deprecated.
      • keyPassword

        @Nullable
        protected java.lang.String keyPassword
        Deprecated.
    • Constructor Detail

      • ReadOnlyClientSecurityConfig

        protected ReadOnlyClientSecurityConfig()
        Deprecated.
    • Method Detail

      • hostnameVerificationAlgorithm

        @Nullable
        public java.lang.String hostnameVerificationAlgorithm()
        Deprecated.
        Returns the host name verification algorithm.
        Returns:
        The host name verification algorithm.
      • hostnameVerificationHost

        @Nullable
        public java.lang.String hostnameVerificationHost()
        Deprecated.
        Returns the host name verification host.
        Returns:
        The host name verification host.
      • hostnameVerificationPort

        public int hostnameVerificationPort()
        Deprecated.
        Returns the host name verification port.
        Returns:
        The host name verification port.
      • sniHostname

        @Nullable
        public java.lang.String sniHostname()
        Deprecated.
        Returns the SNI host name.
        Returns:
        The SNI host name.