Package | Description |
---|---|
io.vertx.reactivex.ext.auth.authentication | |
io.vertx.reactivex.ext.web.client |
Modifier and Type | Method and Description |
---|---|
Credentials |
Credentials.applyHttpChallenge(String challenge)
Applies the HTTP Authorization challenge to this Credential instance.
|
Credentials |
Credentials.applyHttpChallenge(String challenge,
HttpMethod method,
String uri)
Applies the HTTP Authorization challenge to this Credential instance.
|
Credentials |
Credentials.applyHttpChallenge(String challenge,
HttpMethod method,
String uri,
Integer nc,
String cnonce)
Applies the HTTP Authorization challenge to this Credential instance.
|
static Credentials |
Credentials.newInstance(Credentials arg) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationProvider.authenticate(Credentials credentials)
Authenticate a user.
|
void |
AuthenticationProvider.authenticate(Credentials credentials,
Handler<AsyncResult<User>> resultHandler)
Authenticate a user.
|
Single<User> |
AuthenticationProvider.rxAuthenticate(Credentials credentials)
Authenticate a user.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest<T> |
HttpRequest.authentication(Credentials credentials)
Configure the request to perform HTTP Authentication.
|
Copyright © 2021 Eclipse. All rights reserved.