spase-locker-redis-starter

The SP base for CIP(Cloud Integration Platform)

License

License

Categories

Categories

Redis Data Databases Net
GroupId

GroupId

com.soterianetworks
ArtifactId

ArtifactId

spase-locker-redis-starter
Last Version

Last Version

0.9.59
Release Date

Release Date

Type

Type

jar
Description

Description

spase-locker-redis-starter
The SP base for CIP(Cloud Integration Platform)
Project URL

Project URL

http://soterianetworks.com

Download spase-locker-redis-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.soterianetworks/spase-locker-redis-starter/ -->
<dependency>
    <groupId>com.soterianetworks</groupId>
    <artifactId>spase-locker-redis-starter</artifactId>
    <version>0.9.59</version>
</dependency>
// https://jarcasting.com/artifacts/com.soterianetworks/spase-locker-redis-starter/
implementation 'com.soterianetworks:spase-locker-redis-starter:0.9.59'
// https://jarcasting.com/artifacts/com.soterianetworks/spase-locker-redis-starter/
implementation ("com.soterianetworks:spase-locker-redis-starter:0.9.59")
'com.soterianetworks:spase-locker-redis-starter:jar:0.9.59'
<dependency org="com.soterianetworks" name="spase-locker-redis-starter" rev="0.9.59">
  <artifact name="spase-locker-redis-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soterianetworks', module='spase-locker-redis-starter', version='0.9.59')
)
libraryDependencies += "com.soterianetworks" % "spase-locker-redis-starter" % "0.9.59"
[com.soterianetworks/spase-locker-redis-starter "0.9.59"]

Dependencies

compile (5)

Group / Artifact Type Version
com.soterianetworks : spase-locker jar 0.9.59
com.soterianetworks : spase-locker-redis jar 0.9.59
org.redisson : redisson jar 3.13.6
org.redisson : redisson-spring-data-18 jar 3.13.6
org.redisson : redisson-spring-boot-starter jar 3.13.6

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.5.21.RELEASE
org.springframework.boot : spring-boot-starter-data-redis jar 1.5.21.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 1.5.21.RELEASE

Project Modules

There are no modules declared in this project.

Overview

The SP (Service Provider) base library for integration with Soteria Networks CIP (Cloud Integration Platform) .

https://mvnrepository.com/artifact/com.soterianetworks

Integration Modes

There are three ways to integrate a SP to the CIP.

Integration Mode Description
CIP Managed Everything is managed by CIP (db, cache, messaging ...)
Deployed as part of the CIP, usually a platform service.
SP Managed Everything is managed by SP (db, cache, messaging ...)
The user authn & authz are delegated to CIP
The frontend is integrated with CIP by way of OAuth2 IMPLICIT grant_type.
* The micro service provided by SP will register to CIP's registry
* The frontend accesses the micro service through CIP gateway
Standalone Everything is managed by SP (db, cache, messaging ...)
The user authn & authz are delegated to CIP
The frontend is integrated with CIP by way of OAuth2 IMPLICIT grant_type.
* SP manages the backend micro service by itself
* The frontend accesses the backend micro service directly
com.soterianetworks

Soteria Networks Inc.

Versions

Version
0.9.59
0.9.58
0.9.57
0.9.56
0.9.55
0.9.54