Class IdUClientProtocolHandlerAbstract
java.lang.Object
com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerAbstract
- All Implemented Interfaces:
IdUClientUsersType,IdUClientProtocolHandlerType
- Direct Known Subclasses:
IdUClientProtocolHandler1
public abstract class IdUClientProtocolHandlerAbstract
extends Object
implements IdUClientProtocolHandlerType
Abstract base class for versioned handlers.
-
Constructor Summary
ConstructorsConstructorDescriptionIdUClientProtocolHandlerAbstract(HttpClient inHttpClient, IdUStrings inStrings, URI inBase) Abstract base class for versioned handlers. -
Method Summary
Modifier and TypeMethodDescriptionprotected final URIbase()protected final HttpClientprotected final IdUStringsstrings()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerType
loginMethods inherited from interface com.io7m.idstore.user_client.api.IdUClientUsersType
userEmailAddBegin, userEmailAddDeny, userEmailAddPermit, userEmailRemoveBegin, userEmailRemoveDeny, userEmailRemovePermit, userPasswordUpdate, userRealNameUpdate, userSelf
-
Constructor Details
-
IdUClientProtocolHandlerAbstract
Abstract base class for versioned handlers.- Parameters:
inHttpClient- The HTTP clientinBase- The base URIinStrings- The string resources
-
-
Method Details
-
httpClient
-
strings
-
base
-