3947 Commits

Author SHA1 Message Date
vzikratyi
997821591a Fix work with cacheWriteLock in saveTenantOAuth2 method 2020-06-25 13:53:25 +03:00
vzikratyi
9c7f82e91e Set parent tenant id in OAuth2ClientMapper 2020-06-25 10:53:55 +03:00
vzikratyi
a4355ace28 Added reading old system settings before saving new 2020-06-25 10:52:49 +03:00
vzikratyi
235dc0292c Small refactoring 2020-06-24 17:40:21 +03:00
vzikratyi
55a2fe890e Added method to load oauth2 config with tenantId 2020-06-24 17:36:26 +03:00
vzikratyi
f2a9939e88 Fixed bug 2020-06-24 16:57:40 +03:00
vzikratyi
84a06e65fa Added removing full OAuth2 config on tenant deletion 2020-06-24 15:58:08 +03:00
vzikratyi
32b9f58997 Refactored 2020-06-24 15:29:48 +03:00
vzikratyi
1628f79873 Returned reading system OAuth2 config from DB (for startup cache filling) 2020-06-24 15:27:46 +03:00
vzikratyi
3a21235593 Added saving TenantOAuth2 config in cache 2020-06-24 15:05:56 +03:00
vzikratyi
5f1de39fdd Refactored saving system and tenant OAuth2 config 2020-06-24 14:59:30 +03:00
vzikratyi
2d42d4e3fd Added saving SystemOAuth2 config in cache 2020-06-24 13:21:01 +03:00
vzikratyi
8e1e1ec3eb Get OAuth2Params from cache (not DB) 2020-06-24 12:49:53 +03:00
vzikratyi
7bedf10bd2 Load all OAuth2 config in cache on startup 2020-06-24 12:41:58 +03:00
vzikratyi
ba0f8a8ea5 Updated loading AttributeKvEntity by attribute_key 2020-06-24 12:41:19 +03:00
viktor
b3050b9aa5 Init cache on start-up 2020-06-23 19:21:09 +03:00
viktor
db617b404e Configured permissions for oauth feature 2020-06-23 19:20:30 +03:00
viktor
e650cb0c24 Added reading attributes by attribute_key 2020-06-23 19:20:00 +03:00
viktor
1d56a1937b Added license headers to new classes 2020-06-23 16:21:24 +03:00
viktor
79cd0c273e Implemented OAuth2Controller 2020-06-23 15:39:19 +03:00
viktor
6a2bc5a9ff Implemented 'getOAuth2Clients' method 2020-06-23 15:03:24 +03:00
viktor
5a00973b47 Implemented part of OAuth2Service 2020-06-23 14:38:50 +03:00
viktor
c3c889bbbf Added 'deleteAdminSettingByKey' method to AdminSettingsService 2020-06-23 14:37:56 +03:00
viktor
334361577f Changed OAuth2Service, clear Tenant oauth2 config on deletion 2020-06-23 12:39:30 +03:00
viktor
b20b032f0b Added saveSystemOAuth2ClientRegistration method 2020-06-23 11:05:46 +03:00
vzikratyi
ac8cfebe31 Removed .yml oauth2 configs 2020-06-22 18:20:51 +03:00
vzikratyi
a6eefa903e Added required methods to OAuth2Service 2020-06-22 17:37:35 +03:00
vzikratyi
6e7d0c633f Small refactoring 2020-06-22 16:19:03 +03:00
vzikratyi
7fcf8a9894 Removed oauth2 entities from DB 2020-06-22 16:00:52 +03:00
vzikratyi
4d2813be85 Added controller + fixes [almost working version] 2020-06-22 15:51:06 +03:00
vzikratyi
7c092c38ea Removed unused ClientRegistrationRepository bean creation 2020-06-19 18:25:18 +03:00
vzikratyi
de7c43d92b Renamed 'user_name_attribute' to 'user_name_attribute_name' 2020-06-19 18:25:01 +03:00
vzikratyi
5586eed4b7 Created HybridClientRegistrationRepository 2020-06-19 18:19:24 +03:00
vzikratyi
f0a68ff9b6 Use ClientRegistration dao to load oauth2 configs 2020-06-19 18:12:50 +03:00
vzikratyi
6ad3de83b7 Moved getting ClientInfo to OAuth2Service 2020-06-19 17:35:31 +03:00
vzikratyi
a4a05fcf30 Refactored 'getClientByRegistrationId' 2020-06-19 16:36:22 +03:00
vzikratyi
d5abe337be Added OAuth2ClientRegistrationService 2020-06-19 16:04:10 +03:00
vzikratyi
7ea9b1a4d1 Refactored OAuth2Dao 2020-06-19 16:03:36 +03:00
vzikratyi
b08d9cc935 Made TenantNameStrategyType as Enum 2020-06-19 15:56:35 +03:00
vzikratyi
cdf0e78176 Added named UNIQUE constraint 2020-06-19 14:05:58 +03:00
vzikratyi
e8bf9b45ef Added repository and dao for OAuth2ClientRegistration 2020-06-19 11:42:45 +03:00
vzikratyi
d7ff230bbd Merged OAuth2 mapper_config with client_registration 2020-06-19 10:41:34 +03:00
vzikratyi
b63f34316d Changed @Getter to @Data for Custom and Basic mappers 2020-06-18 18:58:30 +03:00
vzikratyi
da8ad47389 Fixed schema-entities-hsql.sql and update script 2020-06-18 18:54:44 +03:00
vzikratyi
d01d4ac48b Created oauth2 client_registration and mapper_config (as separate entities) 2020-06-18 18:49:57 +03:00
Igor Kulikov
accd98676f
Merge pull request #2929 from vvlladd28/improvement/map/google
Clear constructor Google map
2020-06-09 12:38:21 +03:00
Vladyslav_Prykhodko
12cd73ac9d Clear constructor Google map 2020-06-09 12:35:14 +03:00
Igor Kulikov
b86c5e61e1 Image map fixes and improvements. Fixed state chart subscription. 2020-06-09 12:19:50 +03:00
Igor Kulikov
0206a8ab39 Merge branch 'develop/2.5.2' 2020-06-08 18:24:43 +03:00
Andrii Shvaika
65c644b86f Message is pushed to correct queue in case of duplication 2020-06-08 18:01:26 +03:00