public interface IUserServiceFactoryThis interface should be implemented by providers of the UserService and registered with com.google.appengine.spi.ServiceFactoryFactory.
Methods
getUserService()
public abstract UserService getUserService()Creates an implementation of the UserService.
| Returns | |
|---|---|
| Type | Description |
UserService |
|