Uses of Class
com.google.appengine.spi.ServiceProvider
-
Packages that use ServiceProvider Package Description com.google.appengine.api.appidentity Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key.com.google.appengine.api.backends Provides access to long-running, addressable servers.com.google.appengine.api.blobstore Provides management and persistent storage of large, immutable byte arrays.com.google.appengine.api.capabilities Provides status information about the services available via the GAE APIs.com.google.appengine.api.datastore com.google.appengine.api.images Provides facilities for the creation and manipulation of images.com.google.appengine.api.log Provides access to request logs and application logs.com.google.appengine.api.mail Provides a service to send email messages on behalf of administrators or authenticated users, also accessible via a JavaMail interface.com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface.com.google.appengine.api.modules Utility functions for working with App Engine services (previously known as modules).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.quota Provides measurement of API and CPU usage during requests.com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries.com.google.appengine.api.taskqueue Provides a mechanism to perform work initiated by a user request, outside of that request.com.google.appengine.api.urlfetch Provides a service to make HTTP/S requests of other servers on the internet.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 ServiceProvider in com.google.appengine.api.appidentity
Classes in com.google.appengine.api.appidentity with annotations of type ServiceProvider Modifier and Type Class Description class
IAppIdentityServiceFactoryProvider
Factory provider forIAppIdentityServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.backends
Classes in com.google.appengine.api.backends with annotations of type ServiceProvider Modifier and Type Class Description class
IBackendServiceFactoryProvider
Factory provider forIBackendServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.blobstore
Classes in com.google.appengine.api.blobstore with annotations of type ServiceProvider Modifier and Type Class Description class
IBlobstoreServiceFactoryProvider
Factory provider forIBlobstoreServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.capabilities
Classes in com.google.appengine.api.capabilities with annotations of type ServiceProvider Modifier and Type Class Description class
ICapabilitiesServiceFactoryProvider
Factory provider forICapabilitiesServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.datastore
Classes in com.google.appengine.api.datastore with annotations of type ServiceProvider Modifier and Type Class Description class
IDatastoreServiceFactoryProvider
CreatesIDatastoreServiceFactory
implementations. -
Uses of ServiceProvider in com.google.appengine.api.images
Classes in com.google.appengine.api.images with annotations of type ServiceProvider Modifier and Type Class Description class
IImagesServiceFactoryProvider
Factory provider forIImagesServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.log
Classes in com.google.appengine.api.log with annotations of type ServiceProvider Modifier and Type Class Description class
ILogServiceFactoryProvider
Factory provider forILogServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.mail
Classes in com.google.appengine.api.mail with annotations of type ServiceProvider Modifier and Type Class Description class
IMailServiceFactoryProvider
Factory provider forIMailServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.memcache
Classes in com.google.appengine.api.memcache with annotations of type ServiceProvider Modifier and Type Class Description class
IMemcacheServiceFactoryProvider
Factory provider forIMemcacheServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.modules
Classes in com.google.appengine.api.modules with annotations of type ServiceProvider Modifier and Type Class Description class
IModulesServiceFactoryProvider
Google App Engine'sFactoryProvider
forIModulesServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.oauth
Classes in com.google.appengine.api.oauth with annotations of type ServiceProvider Modifier and Type Class Description class
IOAuthServiceFactoryProvider
Factory provider forIOAuthServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.quota
Classes in com.google.appengine.api.quota with annotations of type ServiceProvider Modifier and Type Class Description class
IQuotaServiceFactoryProvider
Factory provider forIQuotaServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.search
Classes in com.google.appengine.api.search with annotations of type ServiceProvider Modifier and Type Class Description class
ISearchServiceFactoryProvider
Factory provider forISearchServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.taskqueue
Classes in com.google.appengine.api.taskqueue with annotations of type ServiceProvider Modifier and Type Class Description class
IQueueFactoryProvider
Factory provider forIQueueFactory
. -
Uses of ServiceProvider in com.google.appengine.api.urlfetch
Classes in com.google.appengine.api.urlfetch with annotations of type ServiceProvider Modifier and Type Class Description class
IURLFetchServiceFactoryProvider
Factory provider forIURLFetchServiceFactory
. -
Uses of ServiceProvider in com.google.appengine.api.users
Classes in com.google.appengine.api.users with annotations of type ServiceProvider Modifier and Type Class Description class
IUserServiceFactoryProvider
CreatesIUserServiceFactory
implementations.
-