Uses of Enum Class
io.helidon.security.providers.httpauth.HttpDigest.Algorithm
Package
Description
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
-
Uses of HttpDigest.Algorithm in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionstatic HttpDigest.Algorithm
Returns the enum constant of this class with the specified name.static HttpDigest.Algorithm[]
HttpDigest.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHttpDigestAuthProvider.Builder.digestAlgorithm
(HttpDigest.Algorithm algorithm) Digest algorithm to use.SecureUserStore.User.digestHa1
(String realm, HttpDigest.Algorithm algorithm) Digest authentication requires a hash of username, realm and password.