public interface HtdigestAuth extends AuthenticationProvider
Modifier and Type | Field and Description |
---|---|
static String |
HTDIGEST_FILE
The 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, authenticate
static final String HTDIGEST_FILE
static HtdigestAuth create(Vertx vertx)
HtdigestAuth
sstatic HtdigestAuth create(Vertx vertx, String htfile)
htfile
- the existing htfile.HtdigestAuth
sString realm()
Copyright © 2023 Eclipse. All rights reserved.