Interface HtdigestAuth

All Superinterfaces:
AuthenticationProvider

public interface HtdigestAuth extends AuthenticationProvider
An extension of AuthProvider which is using .htdigest file as store
Author:
Paulo Lopes
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The property name to be used to set the name of the collection inside the config
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Vertx vertx)
    Creates an instance of HtdigestAuth.
    create(Vertx vertx, String htfile)
    Creates an instance of HtdigestAuth by using the given htfile file.
    Return the currently used realm

    Methods inherited from interface AuthenticationProvider

    authenticate
  • Field Details

    • HTDIGEST_FILE

      static final String HTDIGEST_FILE
      The property name to be used to set the name of the collection inside the config
      See Also:
  • Method Details

    • create

      static HtdigestAuth create(Vertx vertx)
      Creates an instance of HtdigestAuth.
      Returns:
      the created instance of HtdigestAuths
    • create

      static HtdigestAuth create(Vertx vertx, String htfile)
      Creates an instance of HtdigestAuth by using the given htfile file.
      Parameters:
      htfile - the existing htfile.
      Returns:
      the created instance of HtdigestAuths
    • realm

      String realm()
      Return the currently used realm
      Returns:
      the realm