Package com.google.appengine.api.users
Interface IUserServiceFactory
-
public interface IUserServiceFactoryThis interface should be implemented by providers of theUserServiceand registered withServiceFactoryFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserServicegetUserService()Creates an implementation of the UserService.
-
-
-
Method Detail
-
getUserService
UserService getUserService()
Creates an implementation of the UserService.
-
-