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-03-21 UTC."],[[["This page provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, a Java enum that manages mutual TLS endpoint usage."],["The `MtlsEndpointUsagePolicy` enum offers three static fields: `ALWAYS` (always use mTLS), `AUTO` (auto-switch if client certificate exists), and `NEVER` (always use regular endpoint)."],["The enum also provides two static methods: `valueOf(String name)` and `values()` to manage the MtlsEndpointUsagePolicy."],["The documentation includes a list of versioned links, with version 2.63.1 being the latest and version 2.33.0 being the current one displayed, in relation to `MtlsEndpointUsagePolicy`."],["The page contains a listing of the inherited members of the Enum, referencing the Oracle Java documentation."]]],[]]