From 1b5a9616b439a0e2fd366f3dcc0ec5eed45b0960 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 25 Jan 2016 21:05:06 +0000 Subject: [PATCH 1/1] Depreciate methods that were bound to the old security model 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org.argeo.server.jcr/src/org/argeo/jcr/UserJcrUtils.java b/org.argeo.server.jcr/src/org/argeo/jcr/UserJcrUtils.java index 1758802f8..7caccf6a8 100644 --- a/org.argeo.server.jcr/src/org/argeo/jcr/UserJcrUtils.java +++ b/org.argeo.server.jcr/src/org/argeo/jcr/UserJcrUtils.java @@ -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"; -- 2.39.2