From: Bruno Sinou Date: Mon, 25 Jan 2016 21:05:06 +0000 (+0000) Subject: Depreciate methods that were bound to the old security model X-Git-Tag: argeo-commons-2.1.33~5 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=1b5a9616b439a0e2fd366f3dcc0ec5eed45b0960;hp=7add9e8443ee00b951cafbff890e52bcc67a6786;p=lgpl%2Fargeo-commons.git 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 --- 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";