Uses of Class
io.quarkus.oidc.runtime.devui.OidcDevUiRpcSvcPropertiesBean
-
Packages that use OidcDevUiRpcSvcPropertiesBean Package Description io.quarkus.oidc.runtime.devui -
-
Uses of OidcDevUiRpcSvcPropertiesBean in io.quarkus.oidc.runtime.devui
Methods in io.quarkus.oidc.runtime.devui that return types with arguments of type OidcDevUiRpcSvcPropertiesBean Modifier and Type Method Description Supplier<OidcDevUiRpcSvcPropertiesBean>OidcDevUiRecorder. prepareRpcServiceProperties(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)
-