1 package org.sapia.regis.remote;2 3 public interface Authenticating {4 5 public boolean authenticate(String username, String password);6 7 }8