The policy for mutual TLS endpoint usage. NEVER means always use regular endpoint; ALWAYS means
always use mTLS endpoint; AUTO means auto switch to mTLS endpoint if client certificate exists
and should be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage lists various versions of the `MtlsProvider.MtlsEndpointUsagePolicy`, with version 2.63.1 being the latest."],["The `MtlsEndpointUsagePolicy` is a Java enum that defines how mutual TLS (mTLS) endpoints are used."],["The enum `MtlsProvider.MtlsEndpointUsagePolicy` has three field options: ALWAYS, AUTO, and NEVER, representing different policies for mTLS endpoint usage."],["The available methods for this enum are `valueOf(String name)` and `values()`."]]],[]]