Commit Graph

97 Commits

Author SHA1 Message Date
Rahul Sharma
f203d9418c Fixing build 2020-11-25 21:18:05 -05:00
Rahul Sharma
45340227b3 Updated CacheConfiguration:
- to add a LongLived cache.
- change getCache to use Qualifier

Remove the CacheType
2020-11-25 20:26:14 -05:00
ralphlee3
b84cb8ee44 Merge pull request #6 from Telecominfraproject/PortalUserRole-RO-updates
Adding read only roles to PortalUserRole
2020-11-25 14:59:27 -05:00
ralphlee
21b2cfb58b Adding read only roles to PortalUserRole 2020-11-23 13:22:12 -05:00
Dmitry Toptygin
4ed520cd98 added base-tx-tests project with the TransactionManager for use in unit tests 2020-11-17 17:43:44 -05:00
Mike Hansen
c7deb7e74d WIFI-1068: Cloud Backend: Extend or replace existing base_model CountryCode 2020-11-16 13:54:57 -05:00
ralphlee3
a14a578c31 Merge pull request #5 from Telecominfraproject/WIFI-1054-rs256-decoding
* Adding RS256 decoding and JWK support
2020-11-13 10:41:58 -05:00
ralphlee
92e48ac120 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-base into WIFI-1054-rs256-decoding 2020-11-13 10:40:59 -05:00
ralphlee
e2c1051717 Bringing jwksLocation into constructor Auth0Provider 2020-11-09 13:58:34 -05:00
Lynn Shi
5bf56e347a Add TransactionSynchronizationManager handler in BaseRemoteTest 2020-11-09 13:26:22 -05:00
ralphlee
b4dd6aa56b Adding refreshToken and id_token to WebToken transactions 2020-11-09 11:37:09 -05:00
ralphlee
26ad46c98d TokenHelper cleanup 2020-11-07 00:02:50 -05:00
ralphlee
0f6693b846 Code cleanup 2020-11-06 17:11:10 -05:00
ralphlee
c2220b8a8f Combine similar try/catch exceptions 2020-11-06 16:28:04 -05:00
ralphlee
aed826fb3a Defining jwks location with env property or default 2020-11-06 16:19:46 -05:00
ralphlee
41b92eb62e Change claims keys to constants 2020-11-06 14:29:42 -05:00
ralphlee
3e939d92ce Code cleanup 2020-11-06 12:05:19 -05:00
ralphlee
eb1a46c745 Updated Auth0TokenHelper to match provider 2020-11-06 11:55:40 -05:00
ralphlee
58573cd96e Adding RS256 decoding and JWK support 2020-11-06 11:30:24 -05:00
ralphlee
1af8228dc4 Adding SourceSelection classes 2020-10-20 15:31:49 -04:00
Dmitry Toptygin
3642cbcf9a added externallyVisiblePort, externallyVisibleHostName, externallyVisibleIpAddress to ConnectorProperties so that we can better deal with port mappers and external load balancers 2020-10-07 13:04:36 -04:00
AkshayJagadish-ne
236cf4f9c2 WIFI-846: Add component version and commit hash to application ping (#4)
* WIFI-846: Add component version and commit hash to application ping
response

* WIFI-846: Add component version and commit hash to application ping
response
2020-10-05 21:20:31 -04:00
Dmitry Toptygin
0975549360 force loading of subclasses of vendor-extended enums for EquipmentType 2020-09-17 13:16:04 -04:00
Dmitry Toptygin
0f3b2d4a7c added name() and values() methods to EquipmentType to better align them with java enums 2020-09-11 19:03:55 -04:00
Dmitry Toptygin
2b888b555c added a way for the 3rd party vendors to define new items for the EquipmentType 2020-09-11 18:31:07 -04:00
Dmitry Toptygin
4d82541611 added ability to turn off SSL/TLS in WebtokenAuthenticationProvider - to be able to run cloud without encryption for debugging purposes 2020-09-08 18:36:44 -04:00
Dmitry Toptygin
747dc28048 when refreshing registered subtypes for the BaseJsonModel - replace the whole ObjectMapper instance, otherwise it may not know about the changes to the registered subtypes. this is useful only in the unit tests. 2020-08-31 12:16:58 -04:00
Dmitry Toptygin
e98adae653 ignore TestVendorModels for now, as it seems to be unstable 2020-08-27 21:55:37 -04:00
Dmitry Toptygin
b47326fec4 add support for using extensible enums and their collections in REST API parameters 2020-08-27 20:43:11 -04:00
Dmitry Toptygin
1b3379732e added a way for 3rd party vendors to extend some of the enumerations defined by the CloudSDK 2020-08-27 17:28:18 -04:00
Dmitry Toptygin
4868b631aa fixed registration of vendor extensions with BaseJsonModel 2020-08-27 14:59:38 -04:00
Dmitry Toptygin
c601647ff7 simplify configuration - use property tip.wlan.vendorTopLevelPackages instead of tip.wlan.componentScan.basePackages to configure ComponentScan basePackages in remote tests 2020-08-26 17:07:15 -04:00
Dmitry Toptygin
0504cfb454 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-base 2020-08-26 16:19:16 -04:00
Dmitry Toptygin
f6c59ffe57 added a way to extend BaseJsonModel, BaseJdbcTest, BaseRemoteTest by classes located under 3rd-party top-level packages which are different from the TIP's com.telecominfraproject.wlan 2020-08-26 16:19:09 -04:00
Rahul Sharma
6ea5699283 WIFI-540: Ping functionality for usage by any component 2020-08-25 19:16:58 -04:00
Dmitry Toptygin
14cfd78946 moved getDayOfYear into DateTimeUtils 2020-07-30 17:44:26 -04:00
Dmitry Toptygin
d26405747e added CassandraUtils class 2020-07-23 15:26:02 -04:00
Rahul Sharma
acaa4ebb06 TW-860: Update Base JDBC source to pass in SSL related parameters 2020-07-20 13:22:07 -04:00
Dmitry Toptygin
a6f6442239 added TimeBasedId utility class 2020-07-18 18:44:01 -04:00
Dmitry Toptygin
e63a734584 replaced calls of deprecated methods on httpClientBuilder with more recent ones 2020-07-13 12:20:11 -04:00
AkshayJagadish-ne
8dcbcc6065 TW-749: Change reference of ConnectUs to TIP (#3)
* Changed POM Connectus reference

* Changed POM Connectus reference
2020-07-09 19:14:30 -04:00
Dmitry Toptygin
def92b3287 simplified configuration of ApplicationListeners 2020-07-09 18:08:59 -04:00
Chris Busch
b2de78d32b Create LICENSE
Add TIP standard license
2020-07-06 10:45:04 -04:00
eugenetaranov-opsfleet
2776c5a39e TOOLS-23: sonar cache (#2)
* TOOLS-23: sonar cache

* fix
2020-06-29 13:57:58 -04:00
Dmitry Toptygin
2fcf195b37 added base-cassandra and base-cassandra-tests projects 2020-06-23 20:49:34 -04:00
Dmitry Toptygin
6db76a6e7c addressed vulnerabilities reported by sonar 2020-06-19 18:06:42 -04:00
Dmitry Toptygin
6a4103758c addressed vulnerabilities reported by sonar 2020-06-19 17:20:24 -04:00
Rahul Sharma
5680ddf234 TW-671: Update base-jdbc to add dependency to postgres driver class 2020-06-18 14:31:07 -04:00
Dmitry Toptygin
a59db28f1d fixed unit tests for HttpClientConfig 2020-06-18 12:28:05 -04:00
Dmitry Toptygin
c3b253f90f fixed unit tests for TokenUtils 2020-06-18 12:05:26 -04:00