Class AuthorityData
java.lang.Object
com.netscape.certsrv.authority.AuthorityData
- All Implemented Interfaces:
JSONSerializer
-
Field Summary
Fields inherited from interface JSONSerializer
logger -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAuthorityData(Boolean isHostAuthority, String dn, String id, String parentID, String issuerDN, BigInteger serial, Boolean enabled, String description, Boolean ready) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDN()getID()getReady()inthashCode()voidsetDescription(String description) voidvoidsetEnabled(Boolean enabled) voidvoidsetIsHostAuthority(Boolean isHostAuthority) voidsetIssuerDN(String issuerDN) voidsetParentID(String parentID) voidvoidsetSerial(BigInteger serial) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
AuthorityData
protected AuthorityData() -
AuthorityData
-
-
Method Details
-
getIsHostAuthority
-
setIsHostAuthority
-
getID
-
setId
-
getParentID
-
setParentID
-
getIssuerDN
-
setIssuerDN
-
getSerial
-
setSerial
-
getDN
-
setDn
-
getEnabled
-
setEnabled
-
getDescription
-
setDescription
-
getReady
-
setReady
-
hashCode
-
equals
-