| Package | Description | 
|---|---|
| io.vertx.ext.auth.htdigest | |
| io.vertx.ext.web.handler | |
| io.vertx.reactivex.ext.auth.htdigest | |
| io.vertx.rxjava.ext.auth.htdigest | 
| Modifier and Type | Method and Description | 
|---|---|
static HtdigestAuth | 
HtdigestAuth.create(Vertx vertx)
Creates an instance of HtdigestAuth. 
 | 
static HtdigestAuth | 
HtdigestAuth.create(Vertx vertx,
      String htfile)
Creates an instance of HtdigestAuth by using the given htfile file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DigestAuthHandler | 
DigestAuthHandler.create(HtdigestAuth authProvider)
Create a digest auth handler 
 | 
static DigestAuthHandler | 
DigestAuthHandler.create(HtdigestAuth authProvider,
      long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HtdigestAuth | 
HtdigestAuth.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HtdigestAuth | 
HtdigestAuth.newInstance(HtdigestAuth arg)  | 
| Constructor and Description | 
|---|
HtdigestAuth(HtdigestAuth delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
HtdigestAuth | 
HtdigestAuth.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HtdigestAuth | 
HtdigestAuth.newInstance(HtdigestAuth arg)  | 
| Constructor and Description | 
|---|
HtdigestAuth(HtdigestAuth delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.