Package com.rabbitmq.stream.oauth2
Interface CredentialsManager.AuthenticationCallback
-
- Enclosing interface:
- CredentialsManager
public static interface CredentialsManager.AuthenticationCallbackComponent authentication callback.The component provides the logic and the manager implementation calls it with the appropriate credentials.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticate(String username, String password)Authentication logic.
-