Package com.rabbitmq.stream.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 TypeMethodDescriptionvoidauthenticate(String username, String password) Authentication logic.
-
Method Details
-
authenticate
Authentication logic.- Parameters:
username- usernamepassword- password
-