]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.server.jcr/src/org/argeo/jcr/UserJcrUtils.java
Depreciate methods that were bound to the old security model
[lgpl/argeo-commons.git] / org.argeo.server.jcr / src / org / argeo / jcr / UserJcrUtils.java
index 1758802f85679c7334f1d60c24d7b68f82b06020..7caccf6a80b60d331442eedd0ffc3511d87e8852 100644 (file)
@@ -27,7 +27,11 @@ import javax.jcr.query.qom.StaticOperand;
 
 import org.argeo.ArgeoException;
 
-/** Utilities related to the user home and properties based on Argeo JCR model. */
+/**
+ * Utilities related to the user home and properties based on Argeo JCR model.
+ * Do not use anymore. Does not fit with current security model
+ */
+@Deprecated
 public class UserJcrUtils {
        /** The home base path. Not yet configurable */
        public final static String DEFAULT_HOME_BASE_PATH = "/home";