X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.server.jcr%2Fsrc%2Forg%2Fargeo%2Fjcr%2FUserJcrUtils.java;h=7caccf6a80b60d331442eedd0ffc3511d87e8852;hb=b4c772a263e0f19f6c283dbbb87d04794072b284;hp=1758802f85679c7334f1d60c24d7b68f82b06020;hpb=cf3a914f6fbf31b43be5cb86e54d05e8543be6a9;p=lgpl%2Fargeo-commons.git 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";