/* * $Id: IWRolePrincipal.java,v 1.1 2004/12/13 11:53:38 gummi Exp $ * Created on 3.11.2004 * * Copyright (C) 2004 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.jaas; /** * * Last modified: $Date: 2004/12/13 11:53:38 $ by $Author: gummi $ * * @author <a href="mailto:gummi@idega.com">Gudmundur Agust Saemundsson</a> * @version $Revision: 1.1 $ */ public class IWRolePrincipal extends IWUserPrincipal { public IWRolePrincipal(String name) { super(name); } }