From do-not-reply at jboss.org Wed Jun 23 08:41:51 2010 Content-Type: multipart/mixed; boundary="===============2841687785163125505==" 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: r2686 - core/trunk/exo.core.component.security.core/src/main/java/org/exoplatform/services/security. Date: Wed, 23 Jun 2010 08:41:50 -0400 Message-ID: <201006231241.o5NCfomJ017115@svn01.web.mwc.hst.phx2.redhat.com> --===============2841687785163125505== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nzamosenchuk Date: 2010-06-23 08:41:50 -0400 (Wed, 23 Jun 2010) New Revision: 2686 Added: core/trunk/exo.core.component.security.core/src/main/java/org/exoplatfor= m/services/security/IdentityConstants.java Log: EXOJCR-780 : org.exoplatform.services.jcr.access.SystemIdentity class moved= to org.exoplatform.services.security in core.component.security project, c= alled IdentityConstants to avoid same-name classes. Needed for EXOJCR-779 . Added: core/trunk/exo.core.component.security.core/src/main/java/org/exopla= tform/services/security/IdentityConstants.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 --- core/trunk/exo.core.component.security.core/src/main/java/org/exoplatfo= rm/services/security/IdentityConstants.java (rev 0) +++ core/trunk/exo.core.component.security.core/src/main/java/org/exoplatfo= rm/services/security/IdentityConstants.java 2010-06-23 12:41:50 UTC (rev 26= 86) @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2009 eXo Platform SAS. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ +package org.exoplatform.services.security; + +/** + * Created by The eXo Platform SAS. + * = + * @author Gennady = Azarenkov + * @version $Id: SystemIdentity.java 11907 2008-03-13 15:36:21Z ksm $ + */ + +public class IdentityConstants +{ + + public static final String ANY =3D "any".intern(); + + public static final String SYSTEM =3D "__system".intern(); + + public static final String ANONIM =3D "__anonim".intern(); + +} Property changes on: core/trunk/exo.core.component.security.core/src/main/j= ava/org/exoplatform/services/security/IdentityConstants.java ___________________________________________________________________ Name: svn:mime-type + text/plain --===============2841687785163125505==--