Package | Description |
---|---|
io.vertx.rxjava.ext.auth.authentication | |
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Single<Credentials> |
AuthHandler.rxParseCredentials(RoutingContext context)
Deprecated.
|
Single<Credentials> |
BasicAuthHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Single<Credentials> |
DigestAuthHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Single<Credentials> |
AuthenticationHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Single<Credentials> |
JWTAuthHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Single<Credentials> |
RedirectAuthHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Single<Credentials> |
ChainAuthHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Single<Credentials> |
OAuth2AuthHandler.rxParseCredentials(RoutingContext context)
Parses the credentials from the request into a JsonObject.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Deprecated.
|
void |
BasicAuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
void |
DigestAuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
void |
AuthenticationHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
void |
JWTAuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
void |
RedirectAuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
void |
ChainAuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
void |
OAuth2AuthHandler.parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
Copyright © 2020 Eclipse. All rights reserved.