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 webpage provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, a Java enum for configuring mutual TLS endpoint usage."],["The latest documented version is 2.63.1, with numerous prior versions listed, including the current version 2.58.0."],["The `MtlsEndpointUsagePolicy` enum defines three static fields: `ALWAYS`, `AUTO`, and `NEVER`, which determine the policy for using regular or mutual TLS endpoints."],["The enum inherits various methods from `Enum` and `Object`, such as `valueOf`, `clone`, `equals`, and `toString`, which are common to Java enums."],["There are also two static methods defined within this `MtlsEndpointUsagePolicy` class, `valueOf(String name)` and `values()`."]]],[]]