]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.node.api/src/org/argeo/node/NodeConstants.java
Improve IPA integration
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / NodeConstants.java
index 889296112aeaec568a23a8cee8409b1ddadb9717..bfd979c7f144c0fe237c41bd3e8113faa8ddc9f1 100644 (file)
@@ -10,6 +10,7 @@ public interface NodeConstants {
 
        String NODE_USER_ADMIN_PID = "org.argeo.node.userAdmin";
        String NODE_KEYRING_PID = "org.argeo.node.keyring";
+       String NODE_FS_PROVIDER_PID = "org.argeo.node.fsProvider";
 
        /*
         * FACTORY PIDs
@@ -57,6 +58,7 @@ public interface NodeConstants {
        String ROLES_BASEDN = "ou=roles,ou=node";
        String ROLE_ADMIN = "cn=admin," + ROLES_BASEDN;
        String ROLE_USER_ADMIN = "cn=userAdmin," + ROLES_BASEDN;
+       String ROLE_DATA_ADMIN = "cn=dataAdmin," + ROLES_BASEDN;
        // Special system groups that cannot be edited:
        // user U anonymous = everyone
        String ROLE_USER = "cn=user," + ROLES_BASEDN;
@@ -65,11 +67,29 @@ public interface NodeConstants {
        /*
         * LOGIN CONTEXTS
         */
+       String LOGIN_CONTEXT_NODE = "NODE";
        String LOGIN_CONTEXT_USER = "USER";
-       String LOGIN_CONTEXT_ANONYMOUS = "ANONYMOUS";
        String LOGIN_CONTEXT_DATA_ADMIN = "DATA_ADMIN";
        String LOGIN_CONTEXT_SINGLE_USER = "SINGLE_USER";
 
+       /*
+        * PATHS
+        */
+       String PATH_DATA = "/data";
+       String PATH_JCR = "/jcr";
+       String PATH_FILES = "/files";
+       // String PATH_JCR_PUB = "/pub";
+
+       /*
+        * FILE SYSTEMS
+        */
+       String SCHEME_NODE = NODE;
+
+       /*
+        * KERBEROS
+        */
+       String NODE_SERVICE = NODE;
+
        /*
         * FRAMEWORK PROPERTIES
         */
@@ -105,8 +125,8 @@ public interface NodeConstants {
        // @Deprecated
        // String ALIAS_NODE = "node";
        /** Key for a JCR repository URI */
-//     @Deprecated
-//     String JCR_REPOSITORY_URI = "argeo.jcr.repository.uri";
+       // @Deprecated
+       // String JCR_REPOSITORY_URI = "argeo.jcr.repository.uri";
        // parameters (typically for call to a RepositoryFactory)
        /** Key for a JCR repository alias */
        // @Deprecated