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-02 UTC."],[[["This webpage provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy`, a Java enum defining policies for mutual TLS (mTLS) endpoint usage."],["The latest version documented is 2.63.1, with multiple previous versions available, ranging back to version 2.7.1."],["`MtlsEndpointUsagePolicy` has three defined static fields: `ALWAYS`, `AUTO`, and `NEVER`, to specify whether to use regular endpoints, mTLS endpoints, or auto-switch based on the presence of client certificates."],["This enum inherits several methods from `Enum` and `Object`, such as `valueOf`, `clone`, `equals`, and `getClass`."],["The available static methods include `valueOf(String name)` and `values()`, for retrieving specific enum values by name and all enum values respectively."]]],[]]