Uses of Package
com.rabbitmq.stream.sasl
-
Packages that use com.rabbitmq.stream.sasl Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client.com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.com.rabbitmq.stream.sasl SASL API for the RabbitMQ Stream Java Client. -
Classes in com.rabbitmq.stream.sasl used by com.rabbitmq.stream Class Description CredentialsProvider Marker interface for providing credentials.SaslConfiguration Contract to choose aSaslMechanism
from the ones supported by the server. -
Classes in com.rabbitmq.stream.sasl used by com.rabbitmq.stream.impl Class Description CredentialsProvider Marker interface for providing credentials.SaslConfiguration Contract to choose aSaslMechanism
from the ones supported by the server. -
Classes in com.rabbitmq.stream.sasl used by com.rabbitmq.stream.sasl Class 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.