Package com.io7m.idstore.user_client.api
Interface IdUClientType
- All Superinterfaces:
AutoCloseable,Closeable,IdUClientUsersType
- All Known Implementing Classes:
IdUClient
The type of clients.
-
Method Summary
Methods inherited from interface com.io7m.idstore.user_client.api.IdUClientUsersType
userEmailAddBegin, userEmailAddDeny, userEmailAddPermit, userEmailRemoveBegin, userEmailRemoveDeny, userEmailRemovePermit, userPasswordUpdate, userRealNameUpdate, userSelf
-
Method Details
-
login
IdUser login(String user, String password, URI base) throws IdUClientException, InterruptedException Log in.- Parameters:
user- The admin usernamepassword- The passwordbase- The base URI- Returns:
- The logged-in user
- Throws:
IdUClientException- On errorsInterruptedException- On interruption
-