IUserServiceFactory (Google App Engine API for Java)

com.google.appengine.api.users

Interface IUserServiceFactory



  • public interface IUserServiceFactory
    This interface should be implemented by providers of the UserService and registered with com.google.appengine.spi.ServiceFactoryFactory.
    • Method Detail

      • getUserService

        UserService getUserService()
        Creates an implementation of the UserService.