Rename home repository into ego repository.
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeConstants.java
index cb87f30b4881e9660ad0d52b147426b1b03e0cfd..c639c75840579f170af6e43badfac66c1e409fda 100644 (file)
@@ -23,7 +23,11 @@ public interface NodeConstants {
         * COMMON NAMES
         */
        String NODE = "node";
+       String EGO = "ego";
        String HOME = "home";
+       String SRV = "srv";
+       String GUESTS = "guests";
+       String PUBLIC = "public";
 
        /*
         * BASE DNs
@@ -101,6 +105,11 @@ public interface NodeConstants {
        // HTTP
        String HTTP_PORT = "org.osgi.service.http.port";
        String HTTP_PORT_SECURE = "org.osgi.service.http.port.secure";
+       /**
+        * The HTTP header used to convey the DN of a client verified by a reverse
+        * proxy. Typically SSL_CLIENT_S_DN for Apache.
+        */
+       String HTTP_PROXY_SSL_DN = "argeo.http.proxy.ssl.dn";
 
        /*
         * PIDs