Interface BasicAuthProvider
- All Known Implementing Classes:
BasicAuthenticator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Common interface for authenticating users by using BASIC Authentication.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(services.moleculer.ServiceBroker broker, String username, String password)
-
Method Details
-
authenticate
-