Class CertReviewResponse
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.cert.CertEnrollmentRequest
com.netscape.certsrv.cert.CertReviewResponse
- All Implemented Interfaces:
JSONSerializer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.netscape.certsrv.base.RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializer -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ProfilePolicySet> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected RequestIdprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.netscape.certsrv.cert.CertEnrollmentRequest
inputs, outputs, profileId, remoteAddr, remoteHost, renewal, serialNum, serverSideKeygenP12PasswdFields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProfilePolicySet(ProfilePolicySet policySet) booleanstatic CertReviewResponsestatic CertReviewResponsegetNonce()inthashCode()voidremoveProfilePolicySet(ProfilePolicySet policySet) voidvoidsetPolicySets(List<ProfilePolicySet> policySets) voidsetProfileApprovedBy(String profileApprovedBy) voidsetProfileDescription(String profileDescription) voidsetProfileIsVisible(String profileIsVisible) voidsetProfileName(String profileName) voidsetProfileRemoteAddr(String profileRemoteAddr) voidsetProfileRemoteHost(String profileRemoteHost) voidsetProfileSetId(String profileSetId) voidsetRequestCreationTime(String requestCreationTime) voidsetRequestId(RequestId requestId) voidsetRequestModificationTime(String requestModificationTime) voidsetRequestNotes(String requestNotes) voidsetRequestOwner(String requestOwner) voidsetRequestStatus(String requestStatus) voidsetRequestType(String requestType) toParams()toXML()Methods inherited from class com.netscape.certsrv.cert.CertEnrollmentRequest
addInput, addOutput, createInput, deleteInput, deleteOutput, fromDOM, getInput, getInputByID, getInputByName, getInputs, getOutput, getOutputByID, getOutputByName, getOutputs, getProfileId, getRemoteAddr, getRemoteHost, getSerialNum, getServerSideKeygenP12Passwd, isRenewal, setInputs, setOutputs, setProfileId, setRemoteAddr, setRemoteHost, setRenewal, setSerialNum, setServerSideKeygenP12Passwd, toDOMMethods inherited from class com.netscape.certsrv.base.RESTMessage
fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
policySets
-
nonce
-
requestId
-
requestType
-
requestStatus
-
requestOwner
-
requestCreationTime
-
requestModificationTime
-
requestNotes
-
profileApprovedBy
-
profileSetId
-
profileIsVisible
-
profileName
-
profileDescription
-
profileRemoteHost
-
profileRemoteAddr
-
-
Constructor Details
-
CertReviewResponse
public CertReviewResponse()
-
-
Method Details
-
getNonce
-
setNonce
-
getRequestId
-
setRequestId
-
getRequestType
-
setRequestType
-
getRequestStatus
-
setRequestStatus
-
getRequestOwner
-
setRequestOwner
-
getRequestCreationTime
-
setRequestCreationTime
-
getRequestModificationTime
-
setRequestModificationTime
-
getRequestNotes
-
setRequestNotes
-
getProfileApprovedBy
-
setProfileApprovedBy
-
getProfileSetId
-
setProfileSetId
-
getProfileIsVisible
-
setProfileIsVisible
-
getProfileName
-
setProfileName
-
getProfileDescription
-
setProfileDescription
-
getProfileRemoteHost
-
setProfileRemoteHost
-
getProfileRemoteAddr
-
setProfileRemoteAddr
-
getPolicySets
-
setPolicySets
-
addProfilePolicySet
-
removeProfilePolicySet
-
toParams
- Overrides:
toParamsin classCertEnrollmentRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classCertEnrollmentRequest
-
equals
- Overrides:
equalsin classCertEnrollmentRequest
-
toDOM
- Overrides:
toDOMin classCertEnrollmentRequest
-
fromDOM
-
toXML
- Overrides:
toXMLin classCertEnrollmentRequest- Throws:
Exception
-
fromXML
- Throws:
Exception
-