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