open class HtdigestAuth : AuthProvider
An extension of AuthProvider which is using .htdigest file as store NOTE: This class has been automatically generated from the io.vertx.ext.auth.htdigest.HtdigestAuth non RX-ified interface using Vert.x codegen.
HtdigestAuth(delegate: HtdigestAuth) |
static val __TYPE_ARG: TypeArg<HtdigestAuth> |
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. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): HtdigestAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: HtdigestAuth): HtdigestAuth |
|
open fun realm(): String
Return the currently used realm |
|
open fun toString(): String |