/* * $Id: StandardRoles.java,v 1.2 2005/03/06 12:23:07 tryggvil Exp $ * Created on 2.3.2005 * * Copyright (C) 2005 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.core.accesscontrol.business; /** * <p> * This class holds the keys for the standard idegaWeb system level roles * </p> * Last modified: $Date: 2005/03/06 12:23:07 $ by $Author: tryggvil $ * * @author <a href="mailto:tryggvil@idega.com">tryggvil</a> * @version $Revision: 1.2 $ */ public class StandardRoles { public static final String ROLE_KEY_ADMIN="admin"; public static final String ROLE_KEY_BUILDER="builder"; public static final String ROLE_KEY_DEVELOPER="developer"; public static final String ROLE_KEY_USERADMIN="userapplication"; public static final String ROLE_KEY_EDITOR="content_editor"; public static final String ROLE_KEY_AUTHOR="content_author"; }