Interface UserDao
-
public interface UserDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsergetUserByApiKey(Request req, java.lang.String apiKey)UsergetUserByUsernameAndPassword(Request req, java.lang.String username, java.lang.String password)
-
-
-
Method Detail
-
getUserByUsernameAndPassword
User getUserByUsernameAndPassword(Request req, java.lang.String username, java.lang.String password) throws ApiException
- Throws:
ApiException
-
getUserByApiKey
User getUserByApiKey(Request req, java.lang.String apiKey) throws ApiException
- Throws:
ApiException
-
-