Interface ConsumerTokenBundle.ExcludeBuilder<C extends io.dropwizard.Configuration>

    • Method Detail

      • withExcludePatterns

        ConsumerTokenBundle.FinalBuilder<C> withExcludePatterns​(@NotNull
                                                                @NotNull java.lang.String... regex)
        Creates the bundle but ignores urls that matches the given exclude pattern regex
        Parameters:
        regex - regex that must be includeed
        Returns:
        a builder for further options