We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2fb32 commit 32c847bCopy full SHA for 32c847b
lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALightyShiroProvider.java
@@ -249,8 +249,8 @@ public void close() {
249
}
250
251
private RealmAuthProvider buildRealmAuthProvider(
252
- final PasswordCredentialAuth credentialAuth) {
253
- return new BasicRealmAuthProvider(credentialAuth, iidmStore);
+ final PasswordCredentialAuth auth) {
+ return new BasicRealmAuthProvider(auth, iidmStore);
254
255
256
private void registerServletContexts(final LocalHttpServer httpService, final String moonEndpointPath) {
0 commit comments