| Package | Description |
|---|---|
| com.cloudbees.api | |
| com.cloudbees.api.oauth |
| Modifier and Type | Field and Description |
|---|---|
List<OauthClientApplication> |
OauthClientImpl.AppList.applications |
| Modifier and Type | Method and Description |
|---|---|
OauthClientApplication |
OauthClientImpl.getApplication(String clientId) |
OauthClientApplication |
OauthClientImpl.registerApplication(OauthClientApplication input) |
| Modifier and Type | Method and Description |
|---|---|
List<OauthClientApplication> |
OauthClientImpl.listApplication() |
| Modifier and Type | Method and Description |
|---|---|
OauthClientApplication |
OauthClientImpl.registerApplication(OauthClientApplication input) |
| Modifier and Type | Method and Description |
|---|---|
OauthClientApplication |
OauthClient.getApplication(String clientId)
Gets the details of an OAuth client application by its client ID.
|
OauthClientApplication |
OauthClient.registerApplication(OauthClientApplication input)
Registers a new OAuth client application.
|
| Modifier and Type | Method and Description |
|---|---|
List<OauthClientApplication> |
OauthClient.listApplication()
Lists up all the OAuth client applications registered by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
OauthClientApplication |
OauthClient.registerApplication(OauthClientApplication input)
Registers a new OAuth client application.
|
Copyright © 2011-2015. All Rights Reserved.