| Package | Description | 
|---|---|
| io.vertx.ext.auth.authentication | |
| io.vertx.ext.auth.htdigest | |
| io.vertx.ext.auth.oauth2 | |
| io.vertx.ext.auth.webauthn | 
| Modifier and Type | Method and Description | 
|---|---|
default Credentials | 
Credentials.applyHttpChallenge(String challenge)
Applies the HTTP Authorization challenge to this Credential instance. 
 | 
default Credentials | 
Credentials.applyHttpChallenge(String challenge,
                  HttpMethod method,
                  String uri)
Applies the HTTP Authorization challenge to this Credential instance. 
 | 
TokenCredentials | 
TokenCredentials.applyHttpChallenge(String challenge,
                  HttpMethod method,
                  String uri,
                  Integer nc,
                  String cnonce)  | 
default Credentials | 
Credentials.applyHttpChallenge(String challenge,
                  HttpMethod method,
                  String uri,
                  Integer nc,
                  String cnonce)
Applies the HTTP Authorization challenge to this Credential instance. 
 | 
UsernamePasswordCredentials | 
UsernamePasswordCredentials.applyHttpChallenge(String challenge,
                  HttpMethod method,
                  String uri,
                  Integer nc,
                  String cnonce)  | 
<V> void | 
TokenCredentials.checkValid(V arg)  | 
default <V> void | 
Credentials.checkValid(V arg)
Implementors should override this method to perform validation. 
 | 
<V> void | 
UsernamePasswordCredentials.checkValid(V arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
HtdigestCredentials | 
HtdigestCredentials.applyHttpChallenge(String challenge,
                  HttpMethod method,
                  String uri,
                  Integer nc,
                  String cnonce)  | 
<V> void | 
HtdigestCredentials.checkValid(V arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
<V> void | 
Oauth2Credentials.checkValid(V arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
<V> void | 
WebAuthnCredentials.checkValid(V arg)  | 
Copyright © 2021 Eclipse. All rights reserved.