java.lang.Object
io.helidon.security.providers.httpauth.HttpDigest

@Deprecated(since="4.5.0", forRemoval=true) public class HttpDigest extends Object
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
Digest specific enums.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    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
    static enum 
    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
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpDigest

      public HttpDigest()
      Deprecated, for removal: This API element is subject to removal in a future version.