Depreciate methods that were bound to the old security model
authorBruno Sinou <bsinou@argeo.org>
Mon, 25 Jan 2016 21:05:06 +0000 (21:05 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 25 Jan 2016 21:05:06 +0000 (21:05 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8795 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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";