Uses of Interface
com.google.appengine.api.users.UserService
-
Packages that use UserService Package Description com.google.appengine.api.users Provides facilities to check if a user has authenticated, retrieve their email address, and check if they are an administrator for this application. -
-
Uses of UserService in com.google.appengine.api.users
Methods in com.google.appengine.api.users that return UserService Modifier and Type Method Description UserService
IUserServiceFactory. getUserService()
Creates an implementation of the UserService.static UserService
UserServiceFactory. getUserService()
Creates an implementation of the UserService.
-