Interface IdUClientProtocolHandlerType
- All Superinterfaces:
IdUClientUsersType
- All Known Implementing Classes:
IdUClientProtocolHandler1,IdUClientProtocolHandlerAbstract,IdUClientProtocolHandlerDisconnected
A versioned protocol handler.
-
Method Summary
Modifier and TypeMethodDescriptionAttempt to log in.Methods inherited from interface com.io7m.idstore.user_client.api.IdUClientUsersType
userEmailAddBegin, userEmailAddDeny, userEmailAddPermit, userEmailRemoveBegin, userEmailRemoveDeny, userEmailRemovePermit, userPasswordUpdate, userRealNameUpdate, userSelf
-
Method Details
-
login
IdUNewHandler login(String user, String password, URI base) throws IdUClientException, InterruptedException Attempt to log in.- Parameters:
user- The userpassword- The passwordbase- The base URI- Returns:
- A new protocol handler
- Throws:
IdUClientException- On errorsInterruptedException- On interruption
-