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 voidConnectionFactory. 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 classDefaultCredentialsProviderDefault 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 CredentialsProviderConnectionParams. getCredentialsProvider()Methods in com.rabbitmq.client.impl with parameters of type CredentialsProvider Modifier and Type Method Description voidConnectionParams. setCredentialsProvider(CredentialsProvider credentialsProvider)
-