Package | Description |
---|---|
io.vertx.ext.auth.authentication | |
io.vertx.ext.auth.htdigest |
Modifier and Type | Method and Description |
---|---|
UsernamePasswordCredentials |
UsernamePasswordCredentials.applyHttpChallenge(String challenge,
HttpMethod method,
String uri,
Integer nc,
String cnonce) |
UsernamePasswordCredentials |
UsernamePasswordCredentials.setPassword(String password) |
UsernamePasswordCredentials |
UsernamePasswordCredentials.setUsername(String username) |
Modifier and Type | Class and Description |
---|---|
class |
HtdigestCredentials
Credentials specific to the
HtdigestAuth authentication provider |
Copyright © 2021 Eclipse. All rights reserved.