Package com.rabbitmq.stream.sasl
SASL API for the RabbitMQ Stream Java Client.
- See Also:
- SASL on Wikipedia
-
Interface Summary Interface Description CredentialsProvider Marker interface for providing credentials.SaslConfiguration Contract to choose aSaslMechanism
from the ones supported by the server.SaslMechanism Contract to handle SASL challenges sent by a SASL server.UsernamePasswordCredentialsProvider Contract for credentials based on a username/password pair. -
Class Summary Class Description AnonymousSaslMechanism TheANONYMOUS
SaslMechanism
.DefaultSaslConfiguration SaslConfiguration
that supports our built-in mechanisms.DefaultUsernamePasswordCredentialsProvider Default implementation ofUsernamePasswordCredentialsProvider
.ExternalSaslMechanism TheEXTERNAL
SaslMechanism
.JdkSaslConfiguration SaslConfiguration
using the JDK SASL support.PlainSaslMechanism ThePLAIN
SaslMechanism
. -
Exception Summary Exception Description StreamSaslException