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.

@FunctionalInterface public interface BasicAuthProvider
Common interface for authenticating users by using BASIC Authentication.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(services.moleculer.ServiceBroker broker, String username, String password)
     
  • Method Details

    • authenticate

      boolean authenticate(services.moleculer.ServiceBroker broker, String username, String password)