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."],[[["The content provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy` in various versions, ranging from 2.63.1 (latest) down to 2.7.1."],["`MtlsEndpointUsagePolicy` is an enum that defines the policy for using mutual TLS (mTLS) endpoints, offering options for `NEVER`, `ALWAYS`, or `AUTO` based on client certificate availability."],["The documentation includes links to the Java API documentation for inherited members of the `Enum` and `Object` classes."],["There are three static fields available to control the usage of mTLS: `ALWAYS`, `AUTO`, and `NEVER`."],["There are two available static methods, `valueOf(String name)` and `values()`."]]],[]]