Package com.rabbitmq.client.amqp.oauth2
Interface CredentialsManager.AuthenticationCallback
- Enclosing interface:
CredentialsManager
public static interface CredentialsManager.AuthenticationCallback
Component authentication callback.
The component provides the logic and the manager implementation calls it with the appropriate credentials.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(String username, String password) Authentication logic.
-
Method Details
-
authenticate
Authentication logic.- Parameters:
username
- usernamepassword
- password
-