| Modifier and Type | Method and Description |
|---|---|
ClientCertificateCredentialBuilder |
ClientCertificateCredentialBuilder.pemCertificate(String certificatePath)
Sets the path of the PEM certificate for authenticating to AAD.
|
ClientCertificateCredentialBuilder |
ClientCertificateCredentialBuilder.pfxCertificate(String certificatePath,
String clientCertificatePassword)
Sets the path and password of the PFX certificate for authenticating to AAD.
|
ClientCertificateCredentialBuilder |
ClientCertificateCredentialBuilder.sendCertificateChain(boolean sendCertificateChain)
Specifies if the x5c claim (public key of the certificate) should be sent as part of the authentication request
and enable subject name / issuer based authentication.
|
ClientCertificateCredentialBuilder |
ClientCertificateCredentialBuilder.tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions)
Configures the persistent shared token cache options and enables the persistent token cache which is disabled
by default.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.