Ignore untagged Filters 42/102742/13
authorOleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Tue, 18 Oct 2022 16:00:44 +0000 (18:00 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 2 Nov 2022 09:34:12 +0000 (10:34 +0100)
commit3b60e19c04d757ecf8902e498e2ce4474a8685f1
tree6428ae71b928356081b17f23638b6b0798c13f62
parent6074d8534d7b6eee409bc9a7644c6efa4c15daaf
Ignore untagged Filters

We want to ignore all filters for HTTP whiteboard and allow
only those comming from 'odl.aaa.filterchain.filter'.

Instead of not-allowing filters we do NOT want to use lets just
specify filters we DO want to use.

JIRA: AAA-237
Change-Id: I657396dc0f7295b4d492fb64bf5f4e5c4b34c548
Signed-off-by: OleksandrZharov <Oleksandr.Zharov@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-filterchain/src/main/java/org/opendaylight/aaa/filterchain/configuration/CustomFilterAdapterConstants.java [new file with mode: 0644]
aaa-filterchain/src/main/java/org/opendaylight/aaa/filterchain/configuration/impl/CustomFilterAdapterConfigurationImpl.java