Interface CookieTenantResolverConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
CookieTenantResolverConfigurationProperties
public interface CookieTenantResolverConfiguration
extends io.micronaut.core.util.Toggleable
CookieTenantResolver
configuration.- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionCookie name which should be used to resolve the tenant id from.Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Field Details
-
DEFAULT_COOKIENAME
Default Cookie name.- See Also:
-
-
Method Details
-
getCookiename
String getCookiename()Cookie name which should be used to resolve the tenant id from.- Returns:
- a String with the Cookie name.
-