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 mutual TLS endpoint usage policies."],["The latest documented version is 2.63.1, with numerous historical versions available, starting from version 2.45.0 up to version 2.63.1, and going all the way back to version 2.7.1."],["`MtlsEndpointUsagePolicy` supports three policies: `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), and `AUTO` (auto-switch to mTLS if client certificate exists)."],["The documentation outlines inherited members and static fields, and methods, like `valueOf` and `values`, from the `Enum` and `Object` superclasses."],["The static fields `ALWAYS`, `AUTO`, and `NEVER` are documented within this enum."]]],[]]