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

HtdigestAuth

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.

Constructors

<init>

HtdigestAuth(delegate: HtdigestAuth)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<HtdigestAuth>

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.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): HtdigestAuth

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: HtdigestAuth): HtdigestAuth

realm

open fun realm(): String

Return the currently used realm

toString

open fun toString(): String