Class HALMConnection.CertificateResult
- java.lang.Object
-
- com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
-
- Enclosing class:
- HALMConnection
public static class HALMConnection.CertificateResult extends Object
Certificate result
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
certificates
List of retrieved certificates.com.perforce.halm.rest.CertificateInfo
certInfo
The raw certificate information response.
-
Constructor Summary
Constructors Constructor Description CertificateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasCerts()
Does the result contain any certificates?boolean
sentAreValid()
Were the certificates sent with the initial request valid?
-
-
-
Method Detail
-
sentAreValid
public boolean sentAreValid()
Were the certificates sent with the initial request valid?- Returns:
- True if they were entirely valid or if the supplied certificates were 'trusted'
-
hasCerts
public boolean hasCerts()
Does the result contain any certificates?- Returns:
- True if the result contains certificates.
-
-