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 SecureSessionAgentConfigSecureSessionAgentConfig.Builder. build()SecureSessionAgentConfigSecureSessionAgent. getConfig()This method makes a network call to MDS to get theSecureSessionAgentConfigwhich contains the plaintext and mtls address to reach the S2A (Secure Session Agent).private SecureSessionAgentConfigSecureSessionAgent. getSecureSessionAgentConfigFromMDS()Queries the MDS mTLS Autoconfiguration endpoint and returns theSecureSessionAgentConfig.
-