Split out RealAuthProvider implementations 05/115805/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 8 Mar 2025 10:44:26 +0000 (11:44 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 8 Mar 2025 12:06:24 +0000 (13:06 +0100)
commitbac62f530cdf67529efeea57f1c63b18b1919a7e
tree3e962f274e5b0cae7862204009981ce08cf8bb83
parentbdd775eb10e1c190cb4546a8ca11e2fab734652e
Split out RealAuthProvider implementations

We have two implementations here, split them out and make
AAAShiroProvider a forwarder.

JIRA: AAA-290
Change-Id: I9815706f82ccb5ce7b85811f7296e0d0ce747f96
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/AAAShiroProvider.java
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/shiro/realm/BasicRealmAuthProvider.java [new file with mode: 0644]
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/shiro/realm/EmptyRealmAuthProvider.java [new file with mode: 0644]