Class EnumeratingWhitelist

  • All Implemented Interfaces:
    ExtensionPoint
    Direct Known Subclasses:
    StaticWhitelist

    public abstract class EnumeratingWhitelist
    extends Whitelist
    A whitelist based on listing signatures and searching them. Lists of signatures should not change from invocation to invocation. If that's a need it is better to directly extend Whitelist and roll a custom implementation OR extend ProxyWhitelist and add some custom delegates.