Split out AAAEncryptionServiceConfigurator 51/104251/3
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 5 Feb 2023 14:16:19 +0000 (15:16 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Feb 2023 09:20:18 +0000 (10:20 +0100)
commit500c277391c565bbccc0a9a69b9b99bc5b50624b
tree520d10f3fcb1c7ec78fab285dfdf9fd0648ea9b7
parent8737e76679cc4c960c257524b3db555952bb22ef
Split out AAAEncryptionServiceConfigurator

The configuration update bits are quite independent from the actual
configuration. This splits out the configuration update handler from
the actual service.

JIRA: AAA-250
Change-Id: Id971a57cac68293a57fc0c21e863742b38980d77
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-encrypt-service/impl/src/main/java/org/opendaylight/aaa/encrypt/impl/AAAEncryptionServiceConfigurator.java [new file with mode: 0644]
aaa-encrypt-service/impl/src/main/java/org/opendaylight/aaa/encrypt/impl/AAAEncryptionServiceImpl.java
aaa-encrypt-service/impl/src/main/java/org/opendaylight/aaa/encrypt/impl/MdsalUtils.java [deleted file]
aaa-encrypt-service/impl/src/main/resources/OSGI-INF/blueprint/encryptservice.xml
aaa-encrypt-service/impl/src/test/java/org/opendaylight/aaa/encrypt/impl/AAAEncryptServiceImplTest.java