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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This document details the `MtlsEndpointUsagePolicy` enum within the `MtlsProvider` class, outlining the policy for mutual TLS (mTLS) endpoint usage."],["The latest version of the documentation is `2.63.1`, with a listing of other available versions, spanning from `2.62.0` down to `2.7.1`, for reference."],["The `MtlsEndpointUsagePolicy` enum has three possible static field values: `ALWAYS` (always use mTLS), `AUTO` (switch to mTLS if a client certificate exists), and `NEVER` (always use regular endpoint)."],["The document lists all inherited methods from `Enum` and `Object`, providing links to their official Java documentation for further details, as well as the two static methods."]]],[]]