interface HtdigestAuth : AuthProvider
An extension of AuthProvider which is using .htdigest file as store
Author
Paulo Lopes
static val HTDIGEST_FILE: String
The property name to be used to set the name of the collection inside the config |
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. |
|
abstract fun realm(): String
Return the currently used realm |