Class AuthorityData
java.lang.Object
com.netscape.certsrv.authority.AuthorityData
- All Implemented Interfaces:
JSONSerializer
-
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()getLink()getReady()inthashCode()voidsetDescription(String description) voidvoidsetEnabled(Boolean enabled) voidvoidsetIsHostAuthority(Boolean isHostAuthority) voidsetIssuerDN(String issuerDN) voidsetParentID(String parentID) voidvoidsetSerial(BigInteger serial) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.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
-
getLink
-
hashCode
-
equals
-