Package | Description |
---|---|
io.vertx.ext.auth.oauth2 |
== The OAuth2 auth provider
This component contains an out of the box OAuth2 Relay Party implementation.
|
io.vertx.ext.auth.oauth2.providers |
Modifier and Type | Method and Description |
---|---|
OAuth2FlowType |
OAuth2Auth.getFlowType()
Returns the configured flow type for the Oauth2 provider.
|
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 |
---|---|
static OAuth2Auth |
OAuth2Auth.create(io.vertx.core.Vertx vertx,
OAuth2FlowType flow)
Create a OAuth2 auth provider
|
static OAuth2Auth |
OAuth2Auth.create(io.vertx.core.Vertx vertx,
OAuth2FlowType flow,
OAuth2ClientOptions config)
Create a OAuth2 auth provider
|
static OAuth2Auth |
OAuth2Auth.createKeycloak(io.vertx.core.Vertx vertx,
OAuth2FlowType flow,
io.vertx.core.json.JsonObject config)
Deprecated.
You should use the provider helper
KeycloakAuth instead.
Create a OAuth2 auth provider |
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 © 2018 Eclipse. All rights reserved.