| net.jforum.dao.ApiDAO
All known Subclasses: net.jforum.dao.generic.GenericApiDAO,
ApiDAO | public interface ApiDAO (Code) | | author: Rafael Steil version: $Id: ApiDAO.java,v 1.2 2006/10/10 00:49:04 rafaelsteil Exp $ |
Method Summary | |
public boolean | isValid(String apiKey) Check if the given API authentication information is valid. |
isValid | public boolean isValid(String apiKey)(Code) | | Check if the given API authentication information is valid.
Parameters: apiKey - the api key true if the information is correct |
|
|