Package org.xipki.ca.api.mgmt.entry
Class RequestorEntry
- java.lang.Object
-
- org.xipki.ca.api.mgmt.entry.MgmtEntry
-
- org.xipki.ca.api.mgmt.entry.RequestorEntry
-
public class RequestorEntry extends MgmtEntry
Management Entry Requestor.- Author:
- Lijun Liao (xipki)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_CERTCertificate.
-
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 booleanequals(java.lang.Object obj)booleanequals(RequestorEntry obj, boolean ignoreId)booleanfaulty()voidfaulty(boolean faulty)java.lang.StringgetConf()org.xipki.ca.api.NameIdgetIdent()java.lang.StringgetType()inthashCode()voidsetConf(java.lang.String conf)voidsetIdent(org.xipki.ca.api.NameId ident)voidsetType(java.lang.String type)java.lang.StringtoString()java.lang.StringtoString(boolean verbose)
-
-
-
Field Detail
-
TYPE_CERT
public static final java.lang.String TYPE_CERT
Certificate.- See Also:
- Constant Field Values
-
-
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:
toStringin classjava.lang.Object
-
toString
public java.lang.String toString(boolean verbose)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
equals
public boolean equals(RequestorEntry obj, boolean ignoreId)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-