Uses of Class
io.helidon.security.providers.httpauth.HttpBasicAuthProvider
-
Packages that use HttpBasicAuthProvider Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support. -
-
Uses of HttpBasicAuthProvider in io.helidon.security.providers.httpauth
Methods in io.helidon.security.providers.httpauth that return HttpBasicAuthProvider Modifier and Type Method Description HttpBasicAuthProvider
HttpBasicAuthProvider.Builder. build()
static HttpBasicAuthProvider
HttpBasicAuthProvider. create(Config config)
Load this provider from configuration.
-