Uses of Interface
com.rabbitmq.client.impl.CredentialsProvider
-
Packages that use CredentialsProvider Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of CredentialsProvider in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type CredentialsProvider Modifier and Type Method Description void
ConnectionFactory. setCredentialsProvider(CredentialsProvider credentialsProvider)
Set a custom credentials provider. -
Uses of CredentialsProvider in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement CredentialsProvider Modifier and Type Class Description class
DefaultCredentialsProvider
Default implementation of a CredentialsProvider which simply holds a static username and password.Methods in com.rabbitmq.client.impl that return CredentialsProvider Modifier and Type Method Description CredentialsProvider
ConnectionParams. getCredentialsProvider()
Methods in com.rabbitmq.client.impl with parameters of type CredentialsProvider Modifier and Type Method Description void
ConnectionParams. setCredentialsProvider(CredentialsProvider credentialsProvider)
-