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-17 UTC."],[[["This document provides versioned documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, with the latest version being 2.63.1 and the oldest being 2.7.1."],["`MtlsEndpointUsagePolicy` is an enum that dictates the usage of mutual TLS (mTLS) endpoints in Java, with options to always use regular endpoints (`NEVER`), always use mTLS endpoints (`ALWAYS`), or automatically switch to mTLS if a client certificate is available (`AUTO`)."],["The document lists the inherited members of the `Enum` and `Object` classes, along with their respective methods."],["The available static fields for `MtlsEndpointUsagePolicy` include `ALWAYS`, `AUTO`, and `NEVER`, each representing a different mTLS endpoint usage policy."],["The document also lists the static methods `values()` and `valueOf(String name)` that are avalible."]]],[]]