Uses of Enum Class
org.mockserver.socket.tls.ForwardProxyTLSX509CertificatesTrustManager
Packages that use ForwardProxyTLSX509CertificatesTrustManager
-
Uses of ForwardProxyTLSX509CertificatesTrustManager in org.mockserver.configuration
Methods in org.mockserver.configuration that return ForwardProxyTLSX509CertificatesTrustManagerModifier and TypeMethodDescriptionConfiguration.forwardProxyTLSX509CertificatesTrustManagerType()ConfigurationProperties.forwardProxyTLSX509CertificatesTrustManagerType()Methods in org.mockserver.configuration with parameters of type ForwardProxyTLSX509CertificatesTrustManagerModifier and TypeMethodDescriptionConfiguration.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 ForwardProxyTLSX509CertificatesTrustManagerModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ForwardProxyTLSX509CertificatesTrustManager.values()Returns an array containing the constants of this enum class, in the order they are declared.