Interface UserDao
public interface UserDao
-
Method Summary
Modifier and TypeMethodDescriptiongetUserByApiKey(Request req, String apiKey) getUserByUsernameAndPassword(Request req, String username, String password)
-
Method Details
-
getUserByUsernameAndPassword
User getUserByUsernameAndPassword(Request req, String username, String password) throws ApiException - Throws:
ApiException
-
getUserByApiKey
- Throws:
ApiException
-