Interface CAIdstoreClientsType
- All Superinterfaces:
com.io7m.repetoir.core.RPServiceType
- All Known Implementing Classes:
CAIdstoreClients
public interface CAIdstoreClientsType
extends com.io7m.repetoir.core.RPServiceType
Idstore clients.
-
Method Summary
Modifier and TypeMethodDescriptionbaseURI()com.io7m.idstore.user_client.api.IdUClientSynchronousTypeCreate a new client.Methods inherited from interface com.io7m.repetoir.core.RPServiceType
description
-
Method Details
-
createClient
com.io7m.idstore.user_client.api.IdUClientSynchronousType createClient() throws com.io7m.idstore.user_client.api.IdUClientException, InterruptedExceptionCreate a new client.- Returns:
- A new client
- Throws:
com.io7m.idstore.user_client.api.IdUClientException- On client errorsInterruptedException- On interruption
-
baseURI
URI baseURI()- Returns:
- The base URI of the idstore server
-
passwordResetURI
URI passwordResetURI()- Returns:
- The password reset URI for the idstore server
-