spase-cipped

The SP base for CIP(Cloud Integration Platform)

License

License

Categories

Categories

Net
GroupId

GroupId

com.soterianetworks
ArtifactId

ArtifactId

spase-cipped
Last Version

Last Version

0.9.46
Release Date

Release Date

Type

Type

jar
Description

Description

spase-cipped
The SP base for CIP(Cloud Integration Platform)
Project URL

Project URL

http://soterianetworks.com

Download spase-cipped

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.soterianetworks : spase-cache jar 0.9.46
com.soterianetworks : spase-shared jar 0.9.46
commons-logging : commons-logging jar 1.1.3
org.apache.commons : commons-lang3 jar 3.8.1
com.google.guava : guava jar 21.0
org.torpedoquery : org.torpedoquery jar 2.5.1

provided (18)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.24.RELEASE
org.springframework : spring-context jar 4.3.24.RELEASE
org.springframework : spring-beans jar 4.3.24.RELEASE
org.springframework : spring-web jar 4.3.24.RELEASE
org.springframework : spring-webmvc jar 4.3.24.RELEASE
org.springframework.data : spring-data-commons jar 1.13.20.RELEASE
org.springframework.data : spring-data-jpa jar 1.4.5.RELEASE
org.springframework.data : spring-data-redis jar 1.4.4.RELEASE
org.springframework.boot : spring-boot jar 1.5.3.RELEASE
com.fasterxml.jackson.core : jackson-core jar 2.8.10
com.fasterxml.jackson.core : jackson-annotations jar 2.8.10
com.fasterxml.jackson.core : jackson-databind jar 2.8.10
com.fasterxml.jackson.datatype : jackson-datatype-joda jar 2.8.10
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.2.Final
org.hibernate : hibernate-validator jar 5.1.3.Final
org.hibernate : hibernate-core jar 5.1.17.Final
javax.validation : validation-api jar 1.1.0.Final
javax.servlet : javax.servlet-api jar 3.0.1

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.46
0.9.45
0.9.44
0.9.43
0.9.42
0.9.41
0.9.40
0.9.39
0.9.38
0.9.37
0.9.36
0.9.35
0.9.34
0.9.33
0.9.32
0.9.31
0.9.30
0.9.29
0.9.28
0.9.27
0.9.26
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.19
0.9.18
0.9.17