| Interface | Description |
|---|---|
| OauthClient |
Defines OAuth-related CloudBees API.
|
| Class | Description |
|---|---|
| AbstractOauthToken |
Common part between
OauthToken and OauthTokenDetail |
| GrantType.DeserializerImpl | |
| GrantType.SerializerImpl | |
| OauthClientApplication |
State representation of OAuth client application.
|
| OauthClientServletUtil |
Additional utility for
OauthClient for servlet applications. |
| OauthToken |
OAuth token and information contained within it as defined by the OAuth spec.
|
| OauthTokenDetail | |
| OauthTokenDetail.AccessTokenDetail | |
| OauthTokenDetail.App | |
| OauthTokenDetail.TokenDetail | |
| ScopeDefinition |
Scope definition for
OauthClientApplication. |
| TokenRequest |
Parameters for
OauthClient.createToken(TokenRequest) call. |
| Enum | Description |
|---|---|
| GrantType |
Possible modes of token creation that applications are allowed to do.
|
| Exception | Description |
|---|---|
| OauthClientException |
Signals a problem in
OauthClient |
Copyright © 2011-2015. All Rights Reserved.