Uses of Class
io.quarkus.oidc.runtime.devui.OidcDevUiRpcSvcPropertiesBean
Packages that use OidcDevUiRpcSvcPropertiesBean
-
Uses of OidcDevUiRpcSvcPropertiesBean in io.quarkus.oidc.runtime.devui
Methods in io.quarkus.oidc.runtime.devui that return types with arguments of type OidcDevUiRpcSvcPropertiesBeanModifier and TypeMethodDescriptionOidcDevUiRecorder.getRpcServiceProperties(String authorizationUrl, String tokenUrl, String logoutUrl, Duration webClientTimeout, Map<String, Map<String, String>> grantOptions, Map<String, String> oidcUsers, String oidcProviderName, String oidcApplicationType, String oidcGrantType, boolean introspectionIsAvailable, String keycloakAdminUrl, List<String> keycloakRealms, boolean swaggerIsAvailable, boolean graphqlIsAvailable, String swaggerUiPath, String graphqlUiPath, boolean alwaysLogoutUserInDevUiOnReload, boolean discoverMetadata, String authServerUrl) Methods in io.quarkus.oidc.runtime.devui with parameters of type OidcDevUiRpcSvcPropertiesBeanModifier and TypeMethodDescription(package private) voidOidcDevJsonRpcService.hydrate(OidcDevUiRpcSvcPropertiesBean properties, VertxHttpConfig httpConfig) Method parameters in io.quarkus.oidc.runtime.devui with type arguments of type OidcDevUiRpcSvcPropertiesBeanModifier and TypeMethodDescriptionvoidOidcDevUiRecorder.createJsonRPCService(io.quarkus.arc.runtime.BeanContainer beanContainer, RuntimeValue<OidcDevUiRpcSvcPropertiesBean> oidcDevUiRpcSvcPropertiesBean, VertxHttpConfig httpConfig)