Class PublisherEntry


  • public class PublisherEntry
    extends MgmtEntry
    Management Entry Publisher.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • PublisherEntry

        public PublisherEntry​(org.xipki.ca.api.NameId ident,
                              String type,
                              String conf)
    • Method Detail

      • setIdent

        public void setIdent​(org.xipki.ca.api.NameId ident)
      • getIdent

        public org.xipki.ca.api.NameId getIdent()
      • setType

        public void setType​(String type)
      • getType

        public String getType()
      • setConf

        public void setConf​(String conf)
      • getConf

        public String getConf()
      • isFaulty

        public boolean isFaulty()
      • setFaulty

        public void setFaulty​(boolean faulty)
      • equals

        public boolean equals​(PublisherEntry obj,
                              boolean ignoreId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object