Package io.quarkus.oidc.runtime.devui
Class OidcDevJsonRpcService
java.lang.Object
io.quarkus.oidc.runtime.devui.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, 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
-
getProperties
-
exchangeCodeForTokens
-
testServiceWithToken
-
testServiceWithPassword
-
testServiceWithClientCred
-
streamOidcLoginEvent
-
hydrate
-