/* * $Id: IWCredential.java,v 1.2 2007/01/22 08:16:38 tryggvil Exp $ * Created on May 10, 2006 * * Copyright (C) 2006 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; import javax.security.auth.Destroyable; /** * * Not fully implemented. Add more method if needed. * * * Last modified: $Date: 2007/01/22 08:16:38 $ by $Author: tryggvil $ * * @author <a href="mailto:thomas@idega.com">thomas</a> * @version $Revision: 1.2 $ */ public interface IWCredential extends Destroyable { Object getKey(); String getName(); }