]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.api/src/org/argeo/api/NodeNames.java
Close release cycle
[lgpl/argeo-commons.git] / org.argeo.api / src / org / argeo / api / 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 }