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 UserServiceIUserServiceFactory. getUserService()Creates an implementation of the UserService.static UserServiceUserServiceFactory. getUserService()Creates an implementation of the UserService.
-