Interface CertificateCredentials
-
- All Implemented Interfaces:
-
org.gradle.api.credentials.Credentials
public interface CertificateCredentials implements CredentialsCredentials that identify the client by means of a TLS certificate.
-
-
Method Summary
Modifier and Type Method Description abstract RegularFilePropertygetCertificateFile()abstract RegularFilePropertygetKeyFile()-
-
Method Detail
-
getCertificateFile
abstract RegularFileProperty getCertificateFile()
-
getKeyFile
abstract RegularFileProperty getKeyFile()
-
-
-
-