Class RequestorEntry


  • public class RequestorEntry
    extends MgmtEntry
    Management Entry Requestor.
    Author:
    Lijun Liao (xipki)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE_CERT
      Certificate.
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestorEntry​(org.xipki.ca.api.NameId ident, java.lang.String type, java.lang.String conf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      boolean equals​(RequestorEntry obj, boolean ignoreId)  
      boolean faulty()  
      void faulty​(boolean faulty)  
      java.lang.String getConf()  
      org.xipki.ca.api.NameId getIdent()  
      java.lang.String getType()  
      int hashCode()  
      void setConf​(java.lang.String conf)  
      void setIdent​(org.xipki.ca.api.NameId ident)  
      void setType​(java.lang.String type)  
      java.lang.String toString()  
      java.lang.String toString​(boolean verbose)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • RequestorEntry

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

      • setIdent

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

        public void setType​(java.lang.String type)
      • setConf

        public void setConf​(java.lang.String conf)
      • getIdent

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

        public java.lang.String getType()
      • getConf

        public java.lang.String getConf()
      • faulty

        public void faulty​(boolean faulty)
      • faulty

        public boolean faulty()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(boolean verbose)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object