Interface CookieTenantResolverConfiguration
-
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
CookieTenantResolverConfigurationProperties
public interface CookieTenantResolverConfiguration extends io.micronaut.core.util.ToggleableCookieTenantResolverconfiguration.- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_COOKIENAMEDefault Cookie name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCookiename()Cookie name which should be used to resolve the tenant id from.
-
-
-
Field Detail
-
DEFAULT_COOKIENAME
static final java.lang.String DEFAULT_COOKIENAME
Default Cookie name.- See Also:
- Constant Field Values
-
-