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 aSaslMechanismfrom 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 TheANONYMOUSSaslMechanism.DefaultSaslConfiguration SaslConfigurationthat supports our built-in mechanisms.DefaultUsernamePasswordCredentialsProvider Default implementation ofUsernamePasswordCredentialsProvider.ExternalSaslMechanism TheEXTERNALSaslMechanism.JdkSaslConfiguration SaslConfigurationusing the JDK SASL support.PlainSaslMechanism ThePLAINSaslMechanism. -
Exception Summary Exception Description StreamSaslException