@ThreadSafe public class SecureSessionAgent extends Object
mTLS configuration is queried from the MDS MTLS Autoconfiguration endpoint. See https://google.aip.dev/auth/4115 for details.
This is an experimental utility.
| Modifier and Type | Class and Description |
|---|---|
static class |
SecureSessionAgent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SecureSessionAgent |
create() |
SecureSessionAgentConfig |
getConfig()
This method makes a network call to MDS to get the
SecureSessionAgentConfig which
contains the plaintext and mtls address to reach the S2A (Secure Session Agent). |
static SecureSessionAgent.Builder |
newBuilder() |
public SecureSessionAgentConfig getConfig()
SecureSessionAgentConfig which
contains the plaintext and mtls address to reach the S2A (Secure Session Agent).public static SecureSessionAgent create()
public static SecureSessionAgent.Builder newBuilder()
Copyright © 2024 Google. All rights reserved.