| Interface | Description |
|---|---|
| IResponse |
An interface that represents the HTTP response from server.
|
| Request.Factory |
An Interface that represents creating of a request to a server.
|
| Signer |
An interface that represents a HTTP request signer
|
| Token |
All OAuth tokens should implement this interface.
|
| Class | Description |
|---|---|
| AccessToken |
The AccessToken class is an OAuth v2 implementation of
Token interface. |
| AccessTokenMAC |
Access token used to sign requests with MAC algorithm.
|
| AccessTokenRefreshRequest |
This class is used to obtain an
AccessToken using a
"refresh token" of the previous access token. |
| AccessTokenRequest |
this class is used to get
AccessToken instance
via AccessTokenRequest.getAccessToken(). |
| GTAuthorizationCode |
The
GTAuthorizationCode supports authorization code grant type flow
Authorization Code Grant |
| GTAuthorizationCode.Authorization |
This class contains data returned by an authorization server when a user grants access to data.
|
| GTClientCredentials |
The
GTClientCredentials supports client credentials grant type flow
Client Credentials Grant |
| GTImplicit |
The
GTImplicit supports implicit grant type flow
Implicit Grant |
| GTResourceOwnerPasswordCredentials |
The
GTResourceOwnerPasswordCredentials supports resource owner password credentials
grant type flow Resource Owner Password Credentials Grant |
| IResponse.OnHttpConnection |
An implementation of the Response interface for the HttpConnection
|
| OAuth2 |
The
OAuth2 class contains information required for authorization on a server. |
| Request |
This class provides an implementation of a HTTP request message from
a client to a server.
|
| Signer.Basic |
An implementation of the Basic Access Authentication.
|
| Signer.Basic.UserPass |
An implementation of the Token interface.
|
| Exception | Description |
|---|---|
| OAuth2Exception |
failure information container.
|
Copyright © 2013, 2014, Oracle and/or its affiliates. All rights reserved.