Class CompanyCertInfo


  • public class CompanyCertInfo
    extends Object
    • Constructor Detail

      • CompanyCertInfo

        public CompanyCertInfo()
    • Method Detail

      • getFingerPrint

        public String getFingerPrint()
        Unique identifier
        Returns:
        fingerPrint
      • setFingerPrint

        public void setFingerPrint​(String fingerPrint)
      • getIssuerFingerPrint

        public String getIssuerFingerPrint()
        Unique identifier of issuer cert if known
        Returns:
        issuerFingerPrint
      • setIssuerFingerPrint

        public void setIssuerFingerPrint​(String issuerFingerPrint)
      • getLastSeen

        public Long getLastSeen()
        Date when we last saw this certificate presented
        Returns:
        lastSeen
      • setLastSeen

        public void setLastSeen​(Long lastSeen)
      • getUpdatedAt

        public Long getUpdatedAt()
        Date when this cert was last updated by administrator
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(Long updatedAt)
      • getUpdatedBy

        public Long getUpdatedBy()
        User ID of administrator who last updated this cert
        Returns:
        updatedBy
      • setUpdatedBy

        public void setUpdatedBy​(Long updatedBy)
      • getCommonName

        public String getCommonName()
        The Symphony account name which this certificate authenticates
        Returns:
        commonName
      • setCommonName

        public void setCommonName​(String commonName)
      • getExpiryDate

        public Long getExpiryDate()
        Expiry date of this cert
        Returns:
        expiryDate
      • setExpiryDate

        public void setExpiryDate​(Long expiryDate)