Uses of Class
io.quarkus.oidc.common.runtime.OidcCommonConfig
-
-
Uses of OidcCommonConfig in io.quarkus.oidc.common.runtime
Methods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig Modifier and Type Method Description static StringOidcCommonUtils. getAuthServerUrl(OidcCommonConfig oidcConfig)static longOidcCommonUtils. getConnectionDelayInMillis(OidcCommonConfig oidcConfig)static KeyOidcCommonUtils. initClientJwtKey(OidcCommonConfig oidcConfig)static StringOidcCommonUtils. initClientSecretBasicAuth(OidcCommonConfig oidcConfig)static voidOidcCommonUtils. setHttpClientOptions(OidcCommonConfig oidcConfig, TlsConfig tlsConfig, io.vertx.core.http.HttpClientOptions options)static StringOidcCommonUtils. signJwtWithKey(OidcCommonConfig oidcConfig, String tokenRequestUri, Key key)static voidOidcCommonUtils. verifyCommonConfiguration(OidcCommonConfig oidcConfig, boolean clientIdOptional, boolean isServerConfig)
-