Skip to content

Commit b3ebe9f

Browse files
Copilotrujche
andcommitted
Remove unused KeyVaultLoadStoreParameter constructor with boolean parameter
Co-authored-by: rujche <171773178+rujche@users.noreply.github.com>
1 parent 5caa342 commit b3ebe9f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

sdk/keyvault/azure-security-keyvault-jca/src/main/java/com/azure/security/keyvault/jca/KeyVaultLoadStoreParameter.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,6 @@ public KeyVaultLoadStoreParameter(String keyVaultUri, String managedIdentity) {
6565
this(keyVaultUri, null, null, null, managedIdentity, null);
6666
}
6767

68-
/**
69-
* Constructor for access token authentication.
70-
*
71-
* @param keyVaultUri The Azure Key Vault URI.
72-
* @param accessToken The access token.
73-
* @param useAccessToken Marker parameter to differentiate from managedIdentity constructor (pass true).
74-
*/
75-
public KeyVaultLoadStoreParameter(String keyVaultUri, String accessToken, boolean useAccessToken) {
76-
this(keyVaultUri, null, null, null, null, accessToken);
77-
}
78-
7968
/**
8069
* Constructor.
8170
*

0 commit comments

Comments
 (0)