Uses of Class
com.google.auth.oauth2.SecureSessionAgentConfig
-
Packages that use SecureSessionAgentConfig Package Description com.google.auth.oauth2 -
-
Uses of SecureSessionAgentConfig in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return SecureSessionAgentConfig Modifier and Type Method Description SecureSessionAgentConfig
SecureSessionAgentConfig.Builder. build()
SecureSessionAgentConfig
SecureSessionAgent. getConfig()
This method makes a network call to MDS to get theSecureSessionAgentConfig
which contains the plaintext and mtls address to reach the S2A (Secure Session Agent).private SecureSessionAgentConfig
SecureSessionAgent. getSecureSessionAgentConfigFromMDS()
Queries the MDS mTLS Autoconfiguration endpoint and returns theSecureSessionAgentConfig
.
-