Package com.google.appengine.api.oauth (2.0.0)

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. See Also: com.google.appengine.api.oauth.OAuthService, The OAuth Java API in the Google App Engine Developer's Guide.

Classes

IOAuthServiceFactoryProvider

Factory provider for IOAuthServiceFactory.

Note: This class is not intended for end users.

OAuthServiceFactory

Creates an OAuthService.

Interfaces

IOAuthServiceFactory

Creates an OAuthService.

OAuthService

The OAuthService provides methods useful for validating OAuth requests. See Also: RFC 5849 for the OAuth specification.

Exceptions

InvalidOAuthParametersException

InvalidOAuthParametersException is thrown when a request is a malformed OAuth request (for example, it omits a required parameter or contains an invalid signature).

InvalidOAuthTokenException

InvalidOAuthTokenException is thrown when a request contains an invalid OAuth token (for example, a token that has been revoked by the user).

OAuthRequestException

OAuthRequestException is thrown when a request is not a valid OAuth request.

OAuthServiceFailureException

OAuthServiceFailureException is thrown when any unknown error occurs while communicating with the OAuth service.