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 page provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, a Java enum detailing how mutual TLS (mTLS) endpoints should be used."],["The latest version of the documentation available is version 2.63.1, with a wide range of previous versions from 2.62.0 all the way down to 2.7.1."],["`MtlsEndpointUsagePolicy` defines three static fields: `ALWAYS`, `AUTO`, and `NEVER`, which control whether to use regular endpoints, mTLS endpoints, or to automatically switch to mTLS endpoints based on client certificates."],["Inherited members from `Enum` and `Object` classes, including methods for comparison, string representation, and waiting, are listed for reference within the context of this class."],["The documentation also includes two static methods, `valueOf(String name)` and `values()`, which are provided for use with the `MtlsEndpointUsagePolicy` enum."]]],[]]