Uses of Package
io.helidon.security.providers.httpauth
-
Packages that use io.helidon.security.providers.httpauth Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support. -
Classes in io.helidon.security.providers.httpauth used by io.helidon.security.providers.httpauth Class Description ConfigUserStore User store loaded from configuration.HttpBasicAuthProvider Http authentication security provider.HttpBasicAuthProvider.Builder HttpBasicAuthProviderfluent API builder.HttpDigest.Algorithm Http digest algorithm.HttpDigest.Qop Http digest QOP (quality of protection).HttpDigestAuthProvider Http authentication security provider.HttpDigestAuthProvider.Builder HttpDigestAuthProviderfluent API builder.UserStore Store of users for resolving httpauth and digest authentication.UserStore.User Representation of a single user.