|
5 | 5 | | [**autoCommitSettingsExists**](#autoCommitSettingsExists) | **GET** /api/admin/autoCommitSettings/exists | Check auto commit settings exists (autoCommitSettingsExists) | |
6 | 6 | | [**checkRepositoryAccess**](#checkRepositoryAccess) | **POST** /api/admin/repositorySettings/checkAccess | Check repository access (checkRepositoryAccess) | |
7 | 7 | | [**checkUpdates**](#checkUpdates) | **GET** /api/admin/updates | Check for new Platform Releases (checkUpdates) | |
8 | | -| [**codeProcessingUrl**](#codeProcessingUrl) | **GET** /api/admin/mail/oauth2/code | codeProcessingUrl | |
9 | 8 | | [**deleteAutoCommitSettings**](#deleteAutoCommitSettings) | **DELETE** /api/admin/autoCommitSettings | Delete auto commit settings (deleteAutoCommitSettings) | |
10 | 9 | | [**deleteRepositorySettings**](#deleteRepositorySettings) | **DELETE** /api/admin/repositorySettings | Delete repository settings (deleteRepositorySettings) | |
11 | 10 | | [**getAdminSettings**](#getAdminSettings) | **GET** /api/admin/settings/{key} | Get the Administration Settings object using key (getAdminSettings) | |
12 | | -| [**getAuthorizationUrl**](#getAuthorizationUrl) | **GET** /api/admin/mail/oauth2/authorize | Redirect user to mail provider login page. | |
13 | 11 | | [**getAutoCommitSettings**](#getAutoCommitSettings) | **GET** /api/admin/autoCommitSettings | Get auto commit settings (getAutoCommitSettings) | |
14 | 12 | | [**getFeaturesInfo**](#getFeaturesInfo) | **GET** /api/admin/featuresInfo | Get features info (getFeaturesInfo) | |
15 | 13 | | [**getJwtSettings**](#getJwtSettings) | **GET** /api/admin/jwtSettings | Get the JWT Settings object (getJwtSettings) | |
16 | | -| [**getMailProcessingUrl**](#getMailProcessingUrl) | **GET** /api/admin/mail/oauth2/loginProcessingUrl | Get OAuth2 log in processing URL (getMailProcessingUrl) | |
| 14 | +| [**getMailOAuth2AuthorizationUrl**](#getMailOAuth2AuthorizationUrl) | **GET** /api/admin/mail/oauth2/authorize | Redirect user to mail provider login page. | |
| 15 | +| [**getMailOAuth2RedirectUri**](#getMailOAuth2RedirectUri) | **GET** /api/admin/mail/oauth2/loginProcessingUrl | Get OAuth2 log in processing URL (getMailOAuth2RedirectUri) | |
17 | 16 | | [**getRepositorySettings**](#getRepositorySettings) | **GET** /api/admin/repositorySettings | Get repository settings (getRepositorySettings) | |
18 | 17 | | [**getRepositorySettingsInfo**](#getRepositorySettingsInfo) | **GET** /api/admin/repositorySettings/info | getRepositorySettingsInfo | |
19 | 18 | | [**getSecuritySettings**](#getSecuritySettings) | **GET** /api/admin/securitySettings | Get the Security Settings object (getSecuritySettings) | |
20 | 19 | | [**getSystemInfo**](#getSystemInfo) | **GET** /api/admin/systemInfo | Get system info (getSystemInfo) | |
| 20 | +| [**handleMailOAuth2Callback**](#handleMailOAuth2Callback) | **GET** /api/admin/mail/oauth2/code | handleMailOAuth2Callback | |
21 | 21 | | [**repositorySettingsExists**](#repositorySettingsExists) | **GET** /api/admin/repositorySettings/exists | Check repository settings exists (repositorySettingsExists) | |
22 | 22 | | [**saveAdminSettings**](#saveAdminSettings) | **POST** /api/admin/settings | Creates or Updates the Administration Settings (saveAdminSettings) | |
23 | 23 | | [**saveAutoCommitSettings**](#saveAutoCommitSettings) | **POST** /api/admin/autoCommitSettings | Creates or Updates the auto commit settings (saveAutoCommitSettings) | |
@@ -75,25 +75,6 @@ Check notifications about new platform releases. Available for users with 'SYS |
75 | 75 | **UpdateMessage** |
76 | 76 |
|
77 | 77 |
|
78 | | -## codeProcessingUrl |
79 | | - |
80 | | -> codeProcessingUrl(code, state) |
81 | | -
|
82 | | -codeProcessingUrl |
83 | | - |
84 | | - |
85 | | -### Parameters |
86 | | - |
87 | | -| Name | Type | Description | Notes | |
88 | | -|------------- | ------------- | ------------- | -------------| |
89 | | -| **code** | **String** | | | |
90 | | -| **state** | **String** | | | |
91 | | - |
92 | | -### Return type |
93 | | - |
94 | | -null (empty response body) |
95 | | - |
96 | | - |
97 | 78 | ## deleteAutoCommitSettings |
98 | 79 |
|
99 | 80 | > deleteAutoCommitSettings() |
@@ -140,19 +121,6 @@ Get the Administration Settings object using specified string key. Referencing n |
140 | 121 | **AdminSettings** |
141 | 122 |
|
142 | 123 |
|
143 | | -## getAuthorizationUrl |
144 | | - |
145 | | -> String getAuthorizationUrl() |
146 | | -
|
147 | | -Redirect user to mail provider login page. |
148 | | - |
149 | | -After user logged in and provided accessprovider sends authorization code to specified redirect uri.) |
150 | | - |
151 | | -### Return type |
152 | | - |
153 | | -**String** |
154 | | - |
155 | | - |
156 | 124 | ## getAutoCommitSettings |
157 | 125 |
|
158 | 126 | > Map<String, AutoVersionCreateConfig> getAutoCommitSettings() |
@@ -192,11 +160,24 @@ Get the JWT Settings object that contains JWT token policy, etc. Available for |
192 | 160 | **JwtSettings** |
193 | 161 |
|
194 | 162 |
|
195 | | -## getMailProcessingUrl |
| 163 | +## getMailOAuth2AuthorizationUrl |
196 | 164 |
|
197 | | -> String getMailProcessingUrl() |
| 165 | +> String getMailOAuth2AuthorizationUrl() |
198 | 166 |
|
199 | | -Get OAuth2 log in processing URL (getMailProcessingUrl) |
| 167 | +Redirect user to mail provider login page. |
| 168 | + |
| 169 | +After user logged in and provided accessprovider sends authorization code to specified redirect uri.) |
| 170 | + |
| 171 | +### Return type |
| 172 | + |
| 173 | +**String** |
| 174 | + |
| 175 | + |
| 176 | +## getMailOAuth2RedirectUri |
| 177 | + |
| 178 | +> String getMailOAuth2RedirectUri() |
| 179 | +
|
| 180 | +Get OAuth2 log in processing URL (getMailOAuth2RedirectUri) |
200 | 181 |
|
201 | 182 | Returns the URL enclosed in double quotes. After successful authentication with OAuth2 provider and user consent for requested scope, it makes a redirect to this path so that the platform can do further log in processing and generating access tokens. Available for users with 'SYS_ADMIN' authority. |
202 | 183 |
|
@@ -255,6 +236,25 @@ Get main information about system. Available for users with 'SYS_ADMIN' author |
255 | 236 | **SystemInfo** |
256 | 237 |
|
257 | 238 |
|
| 239 | +## handleMailOAuth2Callback |
| 240 | + |
| 241 | +> handleMailOAuth2Callback(code, state) |
| 242 | +
|
| 243 | +handleMailOAuth2Callback |
| 244 | + |
| 245 | + |
| 246 | +### Parameters |
| 247 | + |
| 248 | +| Name | Type | Description | Notes | |
| 249 | +|------------- | ------------- | ------------- | -------------| |
| 250 | +| **code** | **String** | | | |
| 251 | +| **state** | **String** | | | |
| 252 | + |
| 253 | +### Return type |
| 254 | + |
| 255 | +null (empty response body) |
| 256 | + |
| 257 | + |
258 | 258 | ## repositorySettingsExists |
259 | 259 |
|
260 | 260 | > Boolean repositorySettingsExists() |
|
0 commit comments