spase-audit-mongo

The SP base for CIP(Cloud Integration Platform)

License

License

Categories

Categories

Net
GroupId

GroupId

com.soterianetworks
ArtifactId

ArtifactId

spase-audit-mongo
Last Version

Last Version

0.9.29
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://soterianetworks.com

Download spase-audit-mongo

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.3
org.apache.commons : commons-lang3 jar 3.8.1
com.google.guava : guava jar 21.0

provided (8)

Group / Artifact Type Version
org.springframework : spring-core jar 4.3.9.RELEASE
org.springframework : spring-context jar 4.3.9.RELEASE
org.springframework : spring-beans jar 4.3.9.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.springframework.data : spring-data-redis jar 1.4.4.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.29
0.9.28
0.9.27