vertx / io.vertx.ext.auth.htdigest / HtdigestAuth

HtdigestAuth

interface HtdigestAuth : AuthProvider

An extension of AuthProvider which is using .htdigest file as store

Author
Paulo Lopes

Properties

HTDIGEST_FILE

static val HTDIGEST_FILE: String

The property name to be used to set the name of the collection inside the config

Functions

create

open static fun create(vertx: Vertx): HtdigestAuth

Creates an instance of HtdigestAuth.

open static fun create(vertx: Vertx, htfile: String): HtdigestAuth

Creates an instance of HtdigestAuth by using the given htfile file.

realm

abstract fun realm(): String

Return the currently used realm