public interface HtdigestAuth extends AuthenticationProvider
| Modifier and Type | Field and Description | 
|---|---|
| static String | HTDIGEST_FILEThe property name to be used to set the name of the collection inside the config | 
| Modifier and Type | Method and Description | 
|---|---|
| static HtdigestAuth | create(Vertx vertx)Creates an instance of HtdigestAuth. | 
| static HtdigestAuth | create(Vertx vertx,
      String htfile)Creates an instance of HtdigestAuth by using the given htfile file. | 
| String | realm()Return the currently used realm | 
authenticate, authenticate, authenticate, authenticatestatic final String HTDIGEST_FILE
static HtdigestAuth create(Vertx vertx)
HtdigestAuthsstatic HtdigestAuth create(Vertx vertx, String htfile)
htfile - the existing htfile.HtdigestAuthsString realm()
Copyright © 2021 Eclipse. All rights reserved.