Uses of Interface
services.moleculer.web.middleware.BasicAuthProvider
Packages that use BasicAuthProvider
-
Uses of BasicAuthProvider in services.moleculer.web.middleware
Classes in services.moleculer.web.middleware that implement BasicAuthProviderModifier and TypeClassDescriptionclassSimple middleware that provides HTTP BASIC Authentication support.Fields in services.moleculer.web.middleware declared as BasicAuthProviderModifier and TypeFieldDescriptionprotected BasicAuthProviderBasicAuthenticator.providerCustom auth provider.Methods in services.moleculer.web.middleware that return BasicAuthProviderMethods in services.moleculer.web.middleware with parameters of type BasicAuthProviderModifier and TypeMethodDescriptionvoidBasicAuthenticator.setProvider(BasicAuthProvider authProvider) Constructors in services.moleculer.web.middleware with parameters of type BasicAuthProviderModifierConstructorDescriptionBasicAuthenticator(BasicAuthProvider authProvider) BasicAuthenticator(BasicAuthProvider authProvider, int cachedLogins)