GUACAMOLE-641: Merge expand extension API to allow properties to be retrieved from key vaults.

This commit is contained in:
Virtually Nick
2021-05-30 21:28:08 -04:00
committed by GitHub
30 changed files with 589 additions and 232 deletions

View File

@@ -60,7 +60,7 @@ public class LDAPAuthenticationProviderModule extends AbstractModule {
throws GuacamoleException {
// Get local environment
this.environment = new LocalEnvironment();
this.environment = LocalEnvironment.getInstance();
// Store associated auth provider
this.authProvider = authProvider;