Interface SaslSubjectBuilder.Context
- Enclosing interface:
SaslSubjectBuilder
public static interface SaslSubjectBuilder.Context
The context that's passed to
SaslSubjectBuilder.buildSaslSubject(Context).-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
clientTlsContext
Optional<ClientTlsContext> clientTlsContext()- Returns:
- The TLS context for the client connection, or empty if the client connection is not TLS.
-
clientSaslContext
ClientSaslContext clientSaslContext()- Returns:
- The SASL context for the client connection.
-