public class KeyVaultCertificateCredential
extends com.microsoft.azure.keyvault.authentication.KeyVaultCredentials
| Modifier and Type | Field and Description |
|---|---|
private String |
certPassword |
private org.springframework.core.io.Resource |
certResource |
private String |
clientId |
private static long |
DEFAULT_TOKEN_ACQUIRE_TIMEOUT_IN_SECONDS |
private long |
timeoutInSeconds |
| Constructor and Description |
|---|
KeyVaultCertificateCredential(String clientId,
org.springframework.core.io.Resource certResource,
String certPassword) |
KeyVaultCertificateCredential(String clientId,
org.springframework.core.io.Resource certResource,
String certPassword,
long timeoutInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
String |
doAuthenticate(String authorization,
String resource,
String scope) |
private static final long DEFAULT_TOKEN_ACQUIRE_TIMEOUT_IN_SECONDS
private final String clientId
private final org.springframework.core.io.Resource certResource
private final String certPassword
private final long timeoutInSeconds
Copyright © 2019 Microsoft. All rights reserved.