X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.node.api%2Fsrc%2Forg%2Fargeo%2Fnode%2FNodeConstants.java;h=bfd979c7f144c0fe237c41bd3e8113faa8ddc9f1;hb=cf53e939cabed54ee2a3074afcf22417fbdf364d;hp=889296112aeaec568a23a8cee8409b1ddadb9717;hpb=0243aa5633af84d8608ba912483dbaaaefac42f1;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.node.api/src/org/argeo/node/NodeConstants.java b/org.argeo.node.api/src/org/argeo/node/NodeConstants.java index 889296112..bfd979c7f 100644 --- a/org.argeo.node.api/src/org/argeo/node/NodeConstants.java +++ b/org.argeo.node.api/src/org/argeo/node/NodeConstants.java @@ -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