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 page provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, a Java enum, and lists the available versions, with version 2.63.1 being the latest."],["`MtlsEndpointUsagePolicy` defines the policy for mutual TLS endpoint usage, with options including `NEVER` (use regular endpoint), `ALWAYS` (use mTLS endpoint), and `AUTO` (auto-switch to mTLS if a client certificate is available)."],["The documentation outlines the inherited members of the `Enum` class and details methods and fields within the `MtlsEndpointUsagePolicy` enum, including static methods like `valueOf(String name)` and `values()`."],["The documentation also has three static fields within the `MtlsEndpointUsagePolicy` class, which are `ALWAYS`, `AUTO`, and `NEVER`."]]],[]]