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 detailing policies for mutual TLS (mTLS) endpoint usage."],["The `MtlsEndpointUsagePolicy` enum offers three settings: `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), and `AUTO` (auto-switch to mTLS if a client certificate is available)."],["The page also has documentation for this class for versions ranging from 2.7.1 all the way to 2.63.1, which is the latest version."],["The `MtlsEndpointUsagePolicy` enum inherits standard methods from the `Enum` and `Object` classes, including methods like `valueOf`, `clone`, `equals`, and others."],["There are static fields `ALWAYS`, `AUTO` and `NEVER`, as well as static methods `values()` and `valueOf(String name)` for the `MtlsEndpointUsagePolicy` enum."]]],[]]