package ibis.ipl;
import java.io.Serializable;
/**
* Interface representing credentials offered by a user when it wants to
* join a pool. This could be a password, a certificate, or something
* else entirely.
*
*@ibis.experimental
*/
public interface Credentials extends Serializable {
}