* @package generis */ interface common_user_auth_Adapter { /** * Performs an authentication attempt * * @access public * @author Joel Bout, * @return common_user_User * @throws common_user_auth_AuthFailedException */ public function authenticate(); }