Package io.quarkus.oidc.runtime.dev.ui
Class OidcDevJsonRpcService
java.lang.Object
io.quarkus.oidc.runtime.dev.ui.OidcDevJsonRpcService
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) OidcDevLoginObserver(package private) io.vertx.core.Vertx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<String> exchangeCodeForTokens(String tokenUrl, String clientId, String clientSecret, String authorizationCode, String redirectUri) (package private) voidhydrate(OidcDevUiRpcSvcPropertiesBean properties, io.quarkus.vertx.http.runtime.VertxHttpConfig httpConfig) io.smallrye.mutiny.Multi<Boolean> io.smallrye.mutiny.Uni<String> testServiceWithClientCred(String tokenUrl, String serviceUrl, String clientId, String clientSecret) io.smallrye.mutiny.Uni<String> testServiceWithPassword(String tokenUrl, String serviceUrl, String clientId, String clientSecret, String username, String password) io.smallrye.mutiny.Uni<Integer> testServiceWithToken(String token, String serviceUrl)
-
Field Details
-
oidcDevTokensObserver
-
vertx
@Inject io.vertx.core.Vertx vertx
-
-
Constructor Details
-
OidcDevJsonRpcService
public OidcDevJsonRpcService()
-
-
Method Details
-
getAdminConsoleUrl
-
getProperties
-
exchangeCodeForTokens
-
testServiceWithToken
-
testServiceWithPassword
-
testServiceWithClientCred
-
streamOidcLoginEvent
-
hydrate
void hydrate(OidcDevUiRpcSvcPropertiesBean properties, io.quarkus.vertx.http.runtime.VertxHttpConfig httpConfig)
-