Package com.rabbitmq.stream.sasl
package com.rabbitmq.stream.sasl
SASL API for the RabbitMQ Stream Java Client.
- See Also:
-
ClassDescriptionThe
ANONYMOUS
SaslMechanism
.Marker interface for providing credentials.SaslConfiguration
that supports our built-in mechanisms.Default implementation ofUsernamePasswordCredentialsProvider
.TheEXTERNAL
SaslMechanism
.SaslConfiguration
using the JDK SASL support.ThePLAIN
SaslMechanism
.Contract to choose aSaslMechanism
from the ones supported by the server.Contract to handle SASL challenges sent by a SASL server.Contract for credentials based on a username/password pair.