Uses of Interface
io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Packages that use KeycloakAuth Package Description io.vertx.reactivex.ext.auth.oauth2.providers io.vertx.rxjava3.ext.auth.oauth2.providers -
-
Uses of KeycloakAuth in io.vertx.reactivex.ext.auth.oauth2.providers
Methods in io.vertx.reactivex.ext.auth.oauth2.providers that return KeycloakAuth Modifier and Type Method Description KeycloakAuth
KeycloakAuth. getDelegate()
Methods in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type KeycloakAuth Modifier and Type Method Description static KeycloakAuth
KeycloakAuth. newInstance(KeycloakAuth arg)
Constructors in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type KeycloakAuth Constructor Description KeycloakAuth(KeycloakAuth delegate)
-
Uses of KeycloakAuth in io.vertx.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers that return KeycloakAuth Modifier and Type Method Description KeycloakAuth
KeycloakAuth. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type KeycloakAuth Modifier and Type Method Description static KeycloakAuth
KeycloakAuth. newInstance(KeycloakAuth arg)
Constructors in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type KeycloakAuth Constructor Description KeycloakAuth(KeycloakAuth delegate)
-