@ConfigurationProperties(value="client-certificate")
public static interface AzureCredentialsConfiguration.ClientCertificateCredentialConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientId()
Gets the client ID of the application.
|
java.util.Optional<java.lang.String> |
getPemCertificatePath()
Gets the path of the PEM certificate for authenticating to AAD.
|
java.lang.String |
getPfxCertificatePassword()
Gets the password protecting the PFX certificate file.
|
java.util.Optional<java.lang.String> |
getPfxCertificatePath()
Gets the path of the PFX certificate for authenticating to AAD.
|
java.lang.String |
getTenantId()
Gets the tenant ID of the application.
|
static final java.lang.String NAME
@NonNull java.lang.String getClientId()
java.util.Optional<java.lang.String> getPemCertificatePath()
java.util.Optional<java.lang.String> getPfxCertificatePath()
@Nullable java.lang.String getPfxCertificatePassword()
@NonNull java.lang.String getTenantId()