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-09 UTC."],[[["This webpage lists various versions of the `MtlsProvider.MtlsEndpointUsagePolicy` class, ranging from version 2.63.1 (latest) down to 2.7.1, each linking to their respective documentation."],["`MtlsEndpointUsagePolicy` is an enum that defines the policy for using mutual TLS (mTLS) endpoints, which are used for enhanced security."],["The enum `MtlsEndpointUsagePolicy` offers three static fields: `ALWAYS` (always use mTLS), `AUTO` (auto-switch to mTLS if a client certificate exists), and `NEVER` (always use regular endpoints)."],["It also includes static methods `valueOf(String name)` and `values()`, for retrieving instances and all values respectively, along with a set of inherited members from the `Enum` and `Object` classes."],["The current version represented at the top is version 2.42.0, which can be further explored in its respective documentation."]]],[]]