Package | Description |
---|---|
io.vertx.ext.auth.oauth2 | |
io.vertx.ext.auth.oauth2.providers |
Modifier and Type | Method and Description |
---|---|
OAuth2FlowType |
OAuth2Options.getFlow() |
OAuth2FlowType |
OAuth2Auth.getFlowType()
Deprecated.
|
static OAuth2FlowType |
OAuth2FlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2FlowType[] |
OAuth2FlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Options |
OAuth2Options.setFlow(OAuth2FlowType flow) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
KeycloakAuth.create(io.vertx.core.Vertx vertx,
OAuth2FlowType flow,
io.vertx.core.json.JsonObject config)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth |
KeycloakAuth.create(io.vertx.core.Vertx vertx,
OAuth2FlowType flow,
io.vertx.core.json.JsonObject config,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Keycloak
|
Copyright © 2022 Eclipse. All rights reserved.