Uses of Interface
io.quarkus.oidc.common.runtime.config.OidcClientCommonConfig
Packages that use OidcClientCommonConfig
-
Uses of OidcClientCommonConfig in io.quarkus.oidc.common.runtime
Classes in io.quarkus.oidc.common.runtime that implement OidcClientCommonConfigMethods in io.quarkus.oidc.common.runtime with parameters of type OidcClientCommonConfigModifier and TypeMethodDescriptionstatic KeyOidcCommonUtils.initClientJwtKey(OidcClientCommonConfig oidcConfig, boolean server) static StringOidcCommonUtils.initClientSecretBasicAuth(OidcClientCommonConfig oidcConfig) static StringOidcCommonUtils.signJwtWithKey(OidcClientCommonConfig oidcConfig, String tokenRequestUri, Key key) static voidOidcCommonUtils.verifyCommonConfiguration(OidcClientCommonConfig oidcConfig, boolean clientIdOptional, boolean isServerConfig) Constructors in io.quarkus.oidc.common.runtime with parameters of type OidcClientCommonConfig -
Uses of OidcClientCommonConfig in io.quarkus.oidc.common.runtime.config
Classes in io.quarkus.oidc.common.runtime.config that implement OidcClientCommonConfigModifier and TypeClassDescriptionprotected static classConstructors in io.quarkus.oidc.common.runtime.config with parameters of type OidcClientCommonConfigModifierConstructorDescriptionprotectedOidcClientCommonConfigBuilder(OidcClientCommonConfig oidcClientCommonConfig)