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.io.helidon.security.providers.httpauth.spi SPI for basic and digest authentication providers. -
Classes in io.helidon.security.providers.httpauth used by io.helidon.security.providers.httpauth Class Description HttpBasicAuthProvider Http authentication security provider.HttpBasicAuthProvider.Builder HttpBasicAuthProvider
fluent API builder.HttpBasicOutboundConfig Security provider configuration for outbound.HttpBasicOutboundConfig.Builder Fluent API builder forHttpBasicOutboundConfig
.HttpDigest.Algorithm Http digest algorithm.HttpDigest.Qop Http digest QOP (quality of protection).HttpDigestAuthProvider Http authentication security provider.HttpDigestAuthProvider.Builder HttpDigestAuthProvider
fluent API builder.SecureUserStore Store of users for resolving httpauth and digest authentication.SecureUserStore.User Representation of a single user. -
Classes in io.helidon.security.providers.httpauth used by io.helidon.security.providers.httpauth.spi Class Description SecureUserStore Store of users for resolving httpauth and digest authentication.