Uses of Class
com.azure.identity.ClientCertificateCredentialBuilder
-
Uses of ClientCertificateCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return ClientCertificateCredentialBuilderModifier and TypeMethodDescriptionClientCertificateCredentialBuilder.clientCertificatePassword(String clientCertificatePassword) Sets the password of the client certificate for authenticating to Microsoft Entra ID.ClientCertificateCredentialBuilder.pemCertificate(InputStream certificate) Sets the input stream holding the PEM certificate for authenticating to Microsoft Entra ID.ClientCertificateCredentialBuilder.pemCertificate(String certificatePath) Sets the path of the PEM certificate for authenticating to Microsoft Entra ID.ClientCertificateCredentialBuilder.pfxCertificate(InputStream certificate) Sets the input stream holding the PFX certificate for authenticating to Microsoft Entra ID.ClientCertificateCredentialBuilder.pfxCertificate(String certificatePath) Sets the path of the PFX certificate for authenticating to Microsoft Entra ID.ClientCertificateCredentialBuilder.pfxCertificate(String certificatePath, String clientCertificatePassword) Deprecated.This API is deprecated and will be removed.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.