Uses of Class
com.google.appengine.api.users.User
-
Packages that use User Package Description com.google.appengine.api.oauth Provides a method for clients to access server resources on behalf of a resource owner, as well as a process for end-users to authorize third-party access to their server resources without sharing their credentials.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 User in com.google.appengine.api.oauth
Methods in com.google.appengine.api.oauth that return User Modifier and Type Method Description UserOAuthService. getCurrentUser()Returns theUseron whose behalf the request was made.UserOAuthService. getCurrentUser(String scope)Returns theUseron whose behalf the request was made.UserOAuthService. getCurrentUser(String... scopes)Returns theUseron whose behalf the request was made. -
Uses of User in com.google.appengine.api.users
Methods in com.google.appengine.api.users that return User Modifier and Type Method Description @Nullable UserUserService. getCurrentUser()If the user is logged in, this method will return aUserthat contains information about them.Methods in com.google.appengine.api.users with parameters of type User Modifier and Type Method Description intUser. compareTo(User user)
-