Remove node data model, home areas based on workspaces instead.
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeConstants.java
index cb87f30b4881e9660ad0d52b147426b1b03e0cfd..067d8c3174af7fc4d5c962f11e6a0d0824f782c1 100644 (file)
@@ -24,6 +24,9 @@ public interface NodeConstants {
         */
        String NODE = "node";
        String HOME = "home";
+       String GROUPS = "groups";
+       String GUESTS = "guests";
+       String PUBLIC = "public";
 
        /*
         * BASE DNs
@@ -101,6 +104,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