From 4fddcd370e6f3d47f252eec8077cbca379d4e281 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Sat, 16 Apr 2016 10:56:18 -0400 Subject: Add realm to the request record Part of Trac Ticket #2041 --- base/common/src/com/netscape/certsrv/request/IRequestRecord.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/common/src/com/netscape/certsrv/request/IRequestRecord.java') diff --git a/base/common/src/com/netscape/certsrv/request/IRequestRecord.java b/base/common/src/com/netscape/certsrv/request/IRequestRecord.java index eba6cabb8..7b041fbf8 100644 --- a/base/common/src/com/netscape/certsrv/request/IRequestRecord.java +++ b/base/common/src/com/netscape/certsrv/request/IRequestRecord.java @@ -61,6 +61,8 @@ public interface IRequestRecord // and the RequestRecord. public final static String ATTR_EXT_DATA = "requestExtData"; + public final static String ATTR_REALM = "realm"; + /** * Gets the request id. * -- cgit