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>certificatesList of retrieved certificates.com.perforce.halm.rest.CertificateInfocertInfoThe raw certificate information response.
-
Constructor Summary
Constructors Constructor Description CertificateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasCerts()Does the result contain any certificates?booleansentAreValid()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.
-
-