Package io.quarkus.oidc.deployment
Class OidcBuildTimeConfig
java.lang.Object
io.quarkus.oidc.deployment.OidcBuildTimeConfig
Build time configuration for OIDC.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanEnable the registration of the Default TokenIntrospection and UserInfo Cache implementation bean.Dev UI configuration.booleanIf the OIDC extension is enabled. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledIf the OIDC extension is enabled. -
devui
Dev UI configuration. -
defaultTokenCacheEnabled
@ConfigItem(defaultValue="true") public boolean defaultTokenCacheEnabledEnable the registration of the Default TokenIntrospection and UserInfo Cache implementation bean. Note: This only enables the default implementation. It requires configuration to be activated. SeeOidcConfig.tokenCache.
-
-
Constructor Details
-
OidcBuildTimeConfig
public OidcBuildTimeConfig()
-