summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
diff options
context:
space:
mode:
authoralee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-31 15:34:12 +0000
committeralee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-31 15:34:12 +0000
commitdc0acce379db53835a91dde4a005ccb3ffdeeec2 (patch)
tree45eb2fcbf2b6986169221a2036cd615a2d5251b9 /pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
parent512f2260fecbe1bad39a9c31ed23c8f99145fa39 (diff)
downloadpki-dc0acce379db53835a91dde4a005ccb3ffdeeec2.tar.gz
pki-dc0acce379db53835a91dde4a005ccb3ffdeeec2.tar.xz
pki-dc0acce379db53835a91dde4a005ccb3ffdeeec2.zip
Bugzilla Bug: 481659 - Renewal: Manual user signing and encryption certificate after renewal responds with two request ids.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@355 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java b/pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
index 0fcd7611..798c6a4c 100644
--- a/pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
+++ b/pki/base/common/src/com/netscape/certsrv/profile/IEnrollProfile.java
@@ -73,6 +73,19 @@ public interface IEnrollProfile extends IProfile {
public static final String REQUEST_SEQ_NUM = "req_seq_num";
/**
+ * Name of the request attribute that stores the sequence number for a
+ * renewal request. Only one request at a time is permitted for a renewal.
+ * This value corresponds to the sequence number (and hence the appropriate
+ * certificate) of the original request
+ */
+ public static final String CTX_RENEWAL_SEQ_NUM = "renewal_seq_num";
+
+ /**
+ * Name of request attribute to indicate if this is a renewal
+ */
+ public static final String CTX_RENEWAL = "renewal";
+
+ /**
* Name of request attribute that stores the End-User Supplied
* Key.
* <p>