Interface CookieTenantResolverConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_COOKIENAME
      Default Cookie name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCookiename()
      Cookie name which should be used to resolve the tenant id from.
      • Methods inherited from interface io.micronaut.core.util.Toggleable

        isEnabled
    • Field Detail

      • DEFAULT_COOKIENAME

        static final java.lang.String DEFAULT_COOKIENAME
        Default Cookie name.
        See Also:
        Constant Field Values
    • Method Detail

      • getCookiename

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