]> git.argeo.org Git - lgpl/argeo-commons.git/blob - NodeNames.java
b74069f9c3e5661aab161658bff416c97e2b1c07
[lgpl/argeo-commons.git] / NodeNames.java
1 package org.argeo.api;
2
3 /** JCR types in the http://www.argeo.org/node namespace */
4 @Deprecated
5 public interface NodeNames {
6 String LDAP_UID = "ldap:"+NodeConstants.UID;
7 String LDAP_CN = "ldap:"+NodeConstants.CN;
8 }