Uses of Package
org.restlet.ext.oauth

Packages that use org.restlet.ext.oauth
org.restlet.ext.oauth Support for OAuth 2.0 HTTP authentication. 
 

Classes in org.restlet.ext.oauth used by org.restlet.ext.oauth
AuthenticatedUser
          POJO for keeping a grant that a user has approved.
Client
          A POJO representing a OAuth client_id.
ClientStore
          Abstract class that defines a client store for the Authentication Server.
Flow
          Enum that lets clients retrieve tokens using different OAuth2 flows.
GrantType
          Supported mechanisms to grant tokens.
OAuthError
          Utility class for formating OAuth errors
OAuthParameters
          Container for OAuth2 Parameters.
OAuthServerResource
          Base class for common resources used by the OAuth server side.
OAuthUser
          Used for storing the OAuth access token in the OAuth security framework.
ResponseType
          Defines the supported types of responses to a grant request.
UserStore
          The user store interface represents the entry point where user requests are created, searched and removed.
 



Copyright © 2005-2013 Restlet.