vertx / io.vertx.reactivex.ext.auth.oauth2.providers / KeycloakAuth

KeycloakAuth

open class KeycloakAuth

Simplified factory to create an for Keycloak. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.KeycloakAuth non RX-ified interface using Vert.x codegen.

Constructors

<init>

KeycloakAuth(delegate: KeycloakAuth)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<KeycloakAuth>

Functions

create

open static fun create(vertx: Vertx, config: JsonObject): OAuth2Auth
open static fun create(vertx: Vertx, flow: OAuth2FlowType, config: JsonObject): OAuth2Auth
open static fun create(vertx: Vertx, config: JsonObject, httpClientOptions: HttpClientOptions): OAuth2Auth
open static fun create(vertx: Vertx, flow: OAuth2FlowType, config: JsonObject, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for Keycloak

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): KeycloakAuth

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: KeycloakAuth): KeycloakAuth

toString

open fun toString(): String