Uses of Class
io.helidon.security.providers.httpauth.HttpDigest.Qop
-
Packages that use HttpDigest.Qop Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support. -
-
Uses of HttpDigest.Qop in io.helidon.security.providers.httpauth
Methods in io.helidon.security.providers.httpauth that return HttpDigest.Qop Modifier and Type Method Description static HttpDigest.Qop
HttpDigest.Qop. create(Config config)
Parse configuration into this enum.static HttpDigest.Qop
HttpDigest.Qop. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpDigest.Qop[]
HttpDigest.Qop. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.security.providers.httpauth with parameters of type HttpDigest.Qop Modifier and Type Method Description HttpDigestAuthProvider.Builder
HttpDigestAuthProvider.Builder. addDigestQop(HttpDigest.Qop qop)
Digest QOP to support.
-