com.google.appengine.api.users
Class UserServiceFactory
- java.lang.Object
-
- com.google.appengine.api.users.UserServiceFactory
-
public final class UserServiceFactory extends java.lang.Object
Creates a UserService.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static UserService
getUserService()
Creates an implementation of the UserService.
-
-
-
Method Detail
-
getUserService
public static UserService getUserService()
Creates an implementation of the UserService.
-
-