mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-641: Correct old references to the temporarily-removed Azure support.
This commit is contained in:
@@ -33,7 +33,7 @@ import org.apache.guacamole.vault.user.VaultUserContextFactory;
|
|||||||
* key vaults. When adding support for a key vault provider, a subclass
|
* key vaults. When adding support for a key vault provider, a subclass
|
||||||
* specific to that vault implementation will need to be created.
|
* specific to that vault implementation will need to be created.
|
||||||
*
|
*
|
||||||
* @see AzureKeyVaultAuthenticationProviderModule
|
* @see KsmAuthenticationProviderModule
|
||||||
*/
|
*/
|
||||||
public abstract class VaultAuthenticationProviderModule extends AbstractModule {
|
public abstract class VaultAuthenticationProviderModule extends AbstractModule {
|
||||||
|
|
||||||
@@ -44,7 +44,8 @@ public abstract class VaultAuthenticationProviderModule extends AbstractModule {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new VaultAuthenticationProviderModule which configures
|
* Creates a new VaultAuthenticationProviderModule which configures
|
||||||
* dependency injection for the Azure Key Vault authentication provider.
|
* dependency injection for the authentication provider of a vault
|
||||||
|
* implementation.
|
||||||
*
|
*
|
||||||
* @throws GuacamoleException
|
* @throws GuacamoleException
|
||||||
* If an error occurs while retrieving the Guacamole server
|
* If an error occurs while retrieving the Guacamole server
|
||||||
@@ -63,7 +64,7 @@ public abstract class VaultAuthenticationProviderModule extends AbstractModule {
|
|||||||
* - VaultConfigurationService
|
* - VaultConfigurationService
|
||||||
* - VaultSecretService
|
* - VaultSecretService
|
||||||
*
|
*
|
||||||
* @see AzureKeyVaultAuthenticationProviderModule
|
* @see KsmAuthenticationProviderModule
|
||||||
*/
|
*/
|
||||||
protected abstract void configureVault();
|
protected abstract void configureVault();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user