[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eIUserServiceFactory\u003c/code\u003e is an interface that providers of \u003ccode\u003eUserService\u003c/code\u003e should implement.\u003c/p\u003e\n"],["\u003cp\u003eImplemented \u003ccode\u003eIUserServiceFactory\u003c/code\u003e instances need to be registered with \u003ccode\u003eServiceFactoryFactory\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface defines one method \u003ccode\u003egetUserService()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetUserService()\u003c/code\u003e method generates an implementation of the \u003ccode\u003eUserService\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface IUserServiceFactory (2.0.0)\n\n public interface IUserServiceFactory\n\nThis interface should be implemented by providers of the [UserService](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.users.UserService) and registered with\n[com.google.appengine.spi.ServiceFactoryFactory](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.spi.ServiceFactoryFactory).\n\nMethods\n-------\n\n### getUserService()\n\n public abstract UserService getUserService()\n\nCreates an implementation of the UserService."]]