commit | 225e59ceeb096d5f335e03217af5925fad07b181 | [log] [tgz] |
---|---|---|
author | Saša Živkov <sasa.zivkov@sap.com> | Mon Feb 26 11:10:18 2024 +0100 |
committer | Saša Živkov <sasa.zivkov@sap.com> | Mon Feb 26 11:10:18 2024 +0100 |
tree | e8fa62887615984322c795a322b99625f92f9802 | |
parent | 00a2c9c84a5f0ebe029d4c2475222f85e522022d [diff] |
Add binding for SamlConfig class to the Module Change-Id: I63482d48a459db6d9cd75250b772cb85e0074407
diff --git a/src/main/java/com/googlesource/gerrit/plugins/saml/Module.java b/src/main/java/com/googlesource/gerrit/plugins/saml/Module.java index 55aef92..a75bd72 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/saml/Module.java +++ b/src/main/java/com/googlesource/gerrit/plugins/saml/Module.java
@@ -30,6 +30,7 @@ public class Module extends AbstractModule { @Override protected void configure() { + bind(SamlConfig.class); bind(SAML2Client.class).toProvider(SamlClientProvider.class); }