public interface KeycloakAuth
OAuth2Auth for Keycloak.| Modifier and Type | Method and Description |
|---|---|
static OAuth2Auth |
create(Vertx vertx,
JsonObject config)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth |
create(Vertx vertx,
JsonObject config,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth |
create(Vertx vertx,
OAuth2FlowType flow,
JsonObject config)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth |
create(Vertx vertx,
OAuth2FlowType flow,
JsonObject config,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Keycloak
|
static OAuth2Auth create(Vertx vertx, JsonObject config)
config - the json config file exported from Keycloak admin consolestatic OAuth2Auth create(Vertx vertx, OAuth2FlowType flow, JsonObject config)
flow - the oauth2 flow to useconfig - the json config file exported from Keycloak admin consolestatic OAuth2Auth create(Vertx vertx, JsonObject config, HttpClientOptions httpClientOptions)
config - the json config file exported from Keycloak admin consolehttpClientOptions - custom http client optionsstatic OAuth2Auth create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions)
flow - the oauth2 flow to useconfig - the json config file exported from Keycloak admin consolehttpClientOptions - custom http client optionsCopyright © 2017. All rights reserved.