Uses of Class
org.mockserver.socket.tls.ForwardProxyTLSX509CertificatesTrustManager
-
Packages that use ForwardProxyTLSX509CertificatesTrustManager Package Description org.mockserver.configuration org.mockserver.socket.tls -
-
Uses of ForwardProxyTLSX509CertificatesTrustManager in org.mockserver.configuration
Methods in org.mockserver.configuration that return ForwardProxyTLSX509CertificatesTrustManager Modifier and Type Method Description ForwardProxyTLSX509CertificatesTrustManagerConfiguration. forwardProxyTLSX509CertificatesTrustManagerType()static ForwardProxyTLSX509CertificatesTrustManagerConfigurationProperties. forwardProxyTLSX509CertificatesTrustManagerType()Methods in org.mockserver.configuration with parameters of type ForwardProxyTLSX509CertificatesTrustManager Modifier and Type Method Description ConfigurationConfiguration. forwardProxyTLSX509CertificatesTrustManagerType(ForwardProxyTLSX509CertificatesTrustManager forwardProxyTLSX509CertificatesTrustManagerType)Configure trusted set of certificates for forwarded or proxied requests.static voidConfigurationProperties. forwardProxyTLSX509CertificatesTrustManagerType(ForwardProxyTLSX509CertificatesTrustManager trustManagerType)Configure trusted set of certificates for forwarded or proxied requests. -
Uses of ForwardProxyTLSX509CertificatesTrustManager in org.mockserver.socket.tls
Methods in org.mockserver.socket.tls that return ForwardProxyTLSX509CertificatesTrustManager Modifier and Type Method Description static ForwardProxyTLSX509CertificatesTrustManagerForwardProxyTLSX509CertificatesTrustManager. valueOf(String name)Returns the enum constant of this type with the specified name.static ForwardProxyTLSX509CertificatesTrustManager[]ForwardProxyTLSX509CertificatesTrustManager. values()Returns an array containing the constants of this enum type, in the order they are declared.
-