From do-not-reply at jboss.org Thu Aug 11 06:41:53 2011
Content-Type: multipart/mixed; boundary="===============8989905112985933867=="
MIME-Version: 1.0
From: do-not-reply at jboss.org
To: exo-jcr-commits at lists.jboss.org
Subject: [exo-jcr-commits] exo-jcr SVN: r4739 -
jcr/branches/1.12.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/access.
Date: Thu, 11 Aug 2011 06:41:53 -0400
Message-ID: <201108111041.p7BAfre4005112@svn01.web.mwc.hst.phx2.redhat.com>
--===============8989905112985933867==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: trang_vu
Date: 2011-08-11 06:41:53 -0400 (Thu, 11 Aug 2011)
New Revision: 4739
Added:
jcr/branches/1.12.x/exo.jcr.component.core/src/main/java/org/exoplatform=
/services/jcr/access/DynamicIdentity.java
Log:
JCR-1636: commit DynamicIdentity.java
Added: jcr/branches/1.12.x/exo.jcr.component.core/src/main/java/org/exoplat=
form/services/jcr/access/DynamicIdentity.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- jcr/branches/1.12.x/exo.jcr.component.core/src/main/java/org/exoplatfor=
m/services/jcr/access/DynamicIdentity.java (rev 0)
+++ jcr/branches/1.12.x/exo.jcr.component.core/src/main/java/org/exoplatfor=
m/services/jcr/access/DynamicIdentity.java 2011-08-11 10:41:53 UTC (rev 473=
9)
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2003-2011 eXo Platform SAS.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Affero General Public License
+ * as published by the Free Software Foundation; either version 3
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see.
+ */
+package org.exoplatform.services.jcr.access;
+
+
+/**
+ * Created by The eXo Platform SAS.
+ * =
+ *
Date: 2011
+ *
+ * @author Alex Re=
shetnyak =
+ * @version $Id: FakeUserIdentity.java 111 2011-11-11 11:11:11Z rainf0x $
+ */
+public class DynamicIdentity
+ extends SystemIdentity
+{
+ public static final String DYNAMIC =3D "__dynamic".intern();
+}
--===============8989905112985933867==--