Uses of Package
com.google.appengine.api.users
-
Packages that use com.google.appengine.api.users 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. -
Classes in com.google.appengine.api.users used by com.google.appengine.api.oauth Class Description User Userrepresents a specific user, represented by the combination of an email address and a specific Google Apps domain (which we call anauthDomain). -
Classes in com.google.appengine.api.users used by com.google.appengine.api.users Class Description User Userrepresents a specific user, represented by the combination of an email address and a specific Google Apps domain (which we call anauthDomain).UserService The UserService provides information useful for forcing a user to log in or out, and retrieving information about the user who is currently logged-in.