Class SecureSessionAgentConfig (1.30.0)

public class SecureSessionAgentConfig

Holds an mTLS configuration (consists of address of S2A) retrieved from the Metadata Server.

Inheritance

java.lang.Object > SecureSessionAgentConfig

Static Methods

createBuilder()

public static SecureSessionAgentConfig.Builder createBuilder()
Returns
Type Description
SecureSessionAgentConfig.Builder

Methods

getMtlsAddress()

public String getMtlsAddress()
Returns
Type Description
String

the mTLS S2A Address.

getPlaintextAddress()

public String getPlaintextAddress()
Returns
Type Description
String

the plaintext S2A Address.