Package | Description |
---|---|
io.vertx.ext.auth.authentication |
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,
io.vertx.core.http.HttpMethod method,
String uri)
Applies the HTTP Authorization challenge to this Credential instance.
|
default Credentials |
Credentials.applyHttpChallenge(String challenge,
io.vertx.core.http.HttpMethod method,
String uri,
Integer nc,
String cnonce)
Applies the HTTP Authorization challenge to this Credential instance.
|
TokenCredentials |
TokenCredentials.applyHttpChallenge(String challenge,
io.vertx.core.http.HttpMethod method,
String uri,
Integer nc,
String cnonce) |
UsernamePasswordCredentials |
UsernamePasswordCredentials.applyHttpChallenge(String challenge,
io.vertx.core.http.HttpMethod method,
String uri,
Integer nc,
String cnonce) |
default <V> void |
Credentials.checkValid(V arg)
Implementors should override this method to perform validation.
|
<V> void |
TokenCredentials.checkValid(V arg) |
<V> void |
UsernamePasswordCredentials.checkValid(V arg) |
Copyright © 2022 Eclipse. All rights reserved.