Uses of Enum Class
io.helidon.security.providers.httpauth.HttpDigest.Algorithm
Packages that use 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
Methods in io.helidon.security.providers.httpauth that return HttpDigest.AlgorithmModifier and TypeMethodDescriptionstatic HttpDigest.AlgorithmDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static HttpDigest.Algorithm[]HttpDigest.Algorithm.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.security.providers.httpauth with parameters of type HttpDigest.AlgorithmModifier and TypeMethodDescriptionHttpDigestAuthProvider.Builder.digestAlgorithm(HttpDigest.Algorithm algorithm) Deprecated, for removal: This API element is subject to removal in a future version.Digest algorithm to use.ConfigUserStore.ConfigUser.digestHa1(String realm, HttpDigest.Algorithm algorithm) Deprecated, for removal: This API element is subject to removal in a future version.SecureUserStore.User.digestHa1(String realm, HttpDigest.Algorithm algorithm) Deprecated, for removal: This API element is subject to removal in a future version.HTTP Digest authentication relies on obsolete MD5-based authentication and will be removed in a future version without replacement; to have a future proof implementation of this interface, do not implement this method