whenHasNameMatching

Limit this supplier so that it's only called if the Cookie name matches the given regex.

Return

a new CookieSameSiteSupplier that only calls this supplier when thename matches the regex

Parameters

regex

the regex pattern that must match


Limit this supplier so that it's only called if the Cookie name matches the given Pattern.

Return

a new CookieSameSiteSupplier that only calls this supplier when thename matches the pattern

Parameters

pattern

the regex pattern that must match