public static interface ConsumerTokenBundle.ExcludeBuilder<C extends io.dropwizard.Configuration> extends ConsumerTokenBundle.FinalBuilder<C>
Modifier and Type | Method and Description |
---|---|
ConsumerTokenBundle.FinalBuilder<C> |
withExcludePatterns(java.lang.String... regex)
Creates the bundle but ignores urls that matches the given exclude pattern regex
|
build
ConsumerTokenBundle.FinalBuilder<C> withExcludePatterns(@NotNull java.lang.String... regex)
regex
- regex that must be includeed