Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.Authentication.CacheControl
Packages that use OidcTenantConfig.Authentication.CacheControl
-
Uses of OidcTenantConfig.Authentication.CacheControl in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.Authentication.CacheControlModifier and TypeFieldDescriptionOidcTenantConfig.Authentication.cacheControlDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.Authentication.CacheControlModifier and TypeMethodDescriptionOidcTenantConfig.Authentication.cacheControl()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OidcTenantConfig.Authentication.CacheControl in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.Authentication.CacheControlModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OidcTenantConfig.Authentication.CacheControl.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc.runtime that return types with arguments of type OidcTenantConfig.Authentication.CacheControlModifier and TypeMethodDescriptionOidcTenantConfig.Authentication.cacheControl()Set of cache-control directives that must be set when a new session cookie is created, either after a successful authorization code completion or token refresh. -
Uses of OidcTenantConfig.Authentication.CacheControl in io.quarkus.oidc.runtime.builders
Methods in io.quarkus.oidc.runtime.builders with parameters of type OidcTenantConfig.Authentication.CacheControlModifier and TypeMethodDescriptionAuthenticationConfigBuilder.cacheControl(OidcTenantConfig.Authentication.CacheControl directive)