Package com.google.appengine.api.users
Interface IUserServiceFactory
public interface IUserServiceFactory
This interface should be implemented by providers of the
UserService
and registered with
ServiceFactoryFactory
.-
Method Summary
Modifier and TypeMethodDescriptionCreates an implementation of the UserService.
-
Method Details
-
getUserService
UserService getUserService()Creates an implementation of the UserService.
-