summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/request/IRequestRecord.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/request/IRequestRecord.java')
-rw-r--r--base/common/src/com/netscape/certsrv/request/IRequestRecord.java2
1 files changed, 2 insertions, 0 deletions
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.
*