Uses of Class
io.helidon.security.providers.httpauth.HttpDigest.Algorithm
-
Packages that use HttpDigest.Algorithm Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support. -
-
Uses of HttpDigest.Algorithm in io.helidon.security.providers.httpauth
Methods in io.helidon.security.providers.httpauth that return HttpDigest.Algorithm Modifier and Type Method Description static HttpDigest.Algorithm
HttpDigest.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpDigest.Algorithm[]
HttpDigest.Algorithm. 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.Algorithm Modifier and Type Method Description HttpDigestAuthProvider.Builder
HttpDigestAuthProvider.Builder. digestAlgorithm(HttpDigest.Algorithm algorithm)
Digest algorithm to use.default Optional<String>
SecureUserStore.User. digestHa1(String realm, HttpDigest.Algorithm algorithm)
Digest authentication requires a hash of username, realm and password.
-