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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default Cookie name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Cookie name which should be used to resolve the tenant id from.

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Field Details

  • Method Details

    • getCookiename

      String getCookiename()
      Cookie name which should be used to resolve the tenant id from.
      Returns:
      a String with the Cookie name.