Package com.rabbitmq.stream.sasl
package com.rabbitmq.stream.sasl
SASL API for the RabbitMQ Stream Java Client.
- See Also:
-
ClassDescriptionThe
ANONYMOUSSaslMechanism.Marker interface for providing credentials.SaslConfigurationthat supports our built-in mechanisms.Default implementation ofUsernamePasswordCredentialsProvider.TheEXTERNALSaslMechanism.SaslConfigurationusing the JDK SASL support.ThePLAINSaslMechanism.Contract to choose aSaslMechanismfrom 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.