Uses of Enum Class
io.helidon.security.providers.httpauth.HttpDigest.Qop
Package
Description
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
-
Uses of HttpDigest.Qop in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionstatic HttpDigest.Qop
Parse configuration into this enum.static HttpDigest.Qop
Returns the enum constant of this class with the specified name.static HttpDigest.Qop[]
HttpDigest.Qop.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHttpDigestAuthProvider.Builder.addDigestQop
(HttpDigest.Qop qop) Digest QOP to support.