Modifier and Type | Method and Description |
---|---|
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(Vertx vertx,
OAuth2FlowType flow)
Create a OAuth2 auth provider
|
static OAuth2Auth |
OAuth2Auth.create(Vertx vertx,
OAuth2FlowType flow,
OAuth2ClientOptions config)
Create a OAuth2 auth provider
|
static OAuth2Auth |
OAuth2Auth.createKeycloak(Vertx vertx,
OAuth2FlowType flow,
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(Vertx vertx,
OAuth2FlowType flow,
JsonObject config)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth |
KeycloakAuth.create(Vertx vertx,
OAuth2FlowType flow,
JsonObject config,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Keycloak
|
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
OAuth2Auth_GroovyStaticExtension.create(OAuth2Auth j_receiver,
Vertx vertx,
OAuth2FlowType flow,
Map<String,Object> config) |
static OAuth2Auth |
OAuth2Auth_GroovyStaticExtension.createKeycloak(OAuth2Auth j_receiver,
Vertx vertx,
OAuth2FlowType flow,
Map<String,Object> config) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
KeycloakAuth_GroovyStaticExtension.create(KeycloakAuth j_receiver,
Vertx vertx,
OAuth2FlowType flow,
Map<String,Object> config) |
static OAuth2Auth |
KeycloakAuth_GroovyStaticExtension.create(KeycloakAuth j_receiver,
Vertx vertx,
OAuth2FlowType flow,
Map<String,Object> config,
Map<String,Object> httpClientOptions) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
OAuth2Auth.create(Vertx vertx,
OAuth2FlowType flow)
Create a OAuth2 auth provider
|
static OAuth2Auth |
OAuth2Auth.create(Vertx vertx,
OAuth2FlowType flow,
OAuth2ClientOptions config)
Create a OAuth2 auth provider
|
static OAuth2Auth |
OAuth2Auth.createKeycloak(Vertx vertx,
OAuth2FlowType flow,
JsonObject config) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
KeycloakAuth.create(Vertx vertx,
OAuth2FlowType flow,
JsonObject config)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth |
KeycloakAuth.create(Vertx vertx,
OAuth2FlowType flow,
JsonObject config,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Keycloak
|
Copyright © 2017. All rights reserved.