Package 

Interface CertificateCredentials

  • All Implemented Interfaces:
    org.gradle.api.credentials.Credentials

    
    public interface CertificateCredentials
     implements Credentials
                        

    Credentials that identify the client by means of a TLS certificate.

    • Method Summary

      Modifier and Type Method Description
      abstract RegularFileProperty getCertificateFile() Path to the certificate file (PEM format).
      abstract RegularFileProperty getKeyFile() Path to the certificate private key file (PEM format).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait