Identity Framework on C5 [PoC]
This repo contains the Proof of Concept implementation of the Identity Framework on Carbon 5.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity.gateway |
| Идентификатор | Идентификаторidentity-gateway-module-tests |
| Последняя версия | Последняя версия0.1.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWSO2 Carbon Identity Gateway Module - OSGi Tests
OSGi Tests for Carbon Identity Inbound Provisioning SCIM2
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/identity-gateway-module-tests/ -->
<dependency>
<groupId>org.wso2.carbon.identity.gateway</groupId>
<artifactId>identity-gateway-module-tests</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/identity-gateway-module-tests/
implementation 'org.wso2.carbon.identity.gateway:identity-gateway-module-tests:0.1.8'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/identity-gateway-module-tests/
implementation ("org.wso2.carbon.identity.gateway:identity-gateway-module-tests:0.1.8")
'org.wso2.carbon.identity.gateway:identity-gateway-module-tests:jar:0.1.8'
<dependency org="org.wso2.carbon.identity.gateway" name="identity-gateway-module-tests" rev="0.1.8">
<artifact name="identity-gateway-module-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.gateway', module='identity-gateway-module-tests', version='0.1.8')
)
libraryDependencies += "org.wso2.carbon.identity.gateway" % "identity-gateway-module-tests" % "0.1.8"
[org.wso2.carbon.identity.gateway/identity-gateway-module-tests "0.1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.wso2.orbit.com.lmax : disruptor | jar | 3.4.2.wso2v1 |
| org.wso2.carbon » osgi-test-util | jar | 5.1.0 |
| org.testng : testng | jar | 6.9.4 |
| org.ops4j.pax.exam : pax-exam-link-mvn | jar | 4.13.1 |
| org.ops4j.pax.url : pax-url-aether | jar | 2.4.7 |
| javax.inject : javax.inject | jar | 1.0-PFD-1 |
| io.netty : netty-transport | jar | 4.0.30.Final |
| io.netty : netty-buffer | jar | 4.0.30.Final |
| io.netty : netty-common | jar | 4.0.30.Final |
| io.netty : netty-codec | jar | 4.0.30.Final |
| io.netty : netty-handler | jar | 4.0.30.Final |
| org.ow2.spec.ee : ow2-jta-1.1-spec | jar | 1.0.12 |
| commons-io.wso2 » commons-io | jar | 2.4.0.wso2v1 |
| commons-pool.wso2 » commons-pool | jar | 1.5.6.wso2v1 |
| org.wso2.msf4j : msf4j-core | jar | 2.1.0 |
This repo contains the Proof of Concept implementation of the Identity Framework on Carbon 5.