Uses of Class
com.azure.identity.ClientCertificateCredentialBuilder
-
Uses of ClientCertificateCredentialBuilder in com.azure.identity
Modifier and TypeMethodDescriptionClientCertificateCredentialBuilder.pemCertificate
(String certificatePath) Sets the path of the PEM certificate for authenticating to AAD.ClientCertificateCredentialBuilder.pfxCertificate
(String certificatePath, String clientCertificatePassword) Sets the path and password of the PFX certificate for authenticating to AAD.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.tokenCachePersistenceOptions
(TokenCachePersistenceOptions tokenCachePersistenceOptions) Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.