WSO2 Charon - Samples

WSO2 Charon - SCIM Implementation

Лицензия

Лицензия

Группа

Группа

org.wso2.charon
Идентификатор

Идентификатор

org.wso2.charon.samples
Последняя версия

Последняя версия

2.1.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

WSO2 Charon - Samples
WSO2 Charon - SCIM Implementation
Ссылка на сайт

Ссылка на сайт

http://wso2.com
Организация-разработчик

Организация-разработчик

WSO2

Скачать org.wso2.charon.samples

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.wso2.charon : org.wso2.charon.core jar 2.1.6
org.wso2.charon : org.wso2.charon.utils jar 2.1.6
org.apache.wink : wink-client jar 1.1.3-incubating

test (2)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.10
org.jacoco : org.jacoco.agent jar 0.7.9

Модули Проекта

Данный проект не имеет модулей.

WSO2 Charon - SCIM 2.0 Open Source Implementation

Branch Build Status Travis CI Status
master Build Status Travis CI Status

WSO2 Charon is an open source implementation of SCIM protocol which is an open standard for Identity Provisioning. Charon comes under Apache 2.0 license. It can be used by any one who wants to add SCIM-based provisioning support for their applications. WSO2 Charon is integrated with WSO2 Identity Server.

The following includes a brief introduction on each of the modules.

Charon-Core: This is the API that exposes an implementation of the SCIM specification. It can be used by any SCIM service provider or client implementation to support SCIM operations/functionalities. In addition to that, it also allows room for extension points to be plugged in according to the particular server side/client side implementation like user storage.

Charon-Utils: This contains a set of default implementations of the extension points. For example: SCIMUserManager. A particular implementation that uses charon-core as SCIM API can use these default implementations as building blocks.

Charon-Impl: A reference implementation of SCIM service provider is shipped with this module. Currently it is WSO2 msf4j based micro service that enables the SCIM endpoints to be exposed. This is based on the above two modules: charon-core and charon-utils, and illustrates how any SCIM implementation can utilize the API and supporting module provided by Charon.

Charon-Samples: This contains samples illustrating the SCIM use cases. Samples mainly contain the SCIM client side implementations which can be run against a SCIM server, and hence can also be referenced to get to know how the API provided by Charon can be used to implement SCIM client side.

Currently following features are supported.

/Users Endpoint

  • Create
  • Get
  • Delete
  • List
  • Pagination
  • attributes and exclude attribute support for all operations
  • Update with PUT
  • Sorting
  • Filtering including complex filters
  • Querying with POST
  • Update with PATCH
    • Add
    • Remove
    • Replace

/Groups Endpoint

  • Create
  • Get
  • Delete
  • List
  • Filtering including complex filters
  • Pagination
  • attributes and exclude attribute support for all operations
  • Sorting
  • Update with PUT
  • Querying with POST
  • Update with PATCH
    • Add
    • Remove
    • Replace

/Me Endpoint

  • Create
  • Get
  • Delete
  • attributes and exclude attribute support for all operations
  • Update with PUT
  • Update with PATCH
    • Add
    • Remove
    • Replace

EnterpriseUser

  • Create
  • Get
  • Delete
  • List
  • Pagination
  • attributes and exclude attribute support for all operations
  • Update with PUT
  • Sorting
  • Filtering including complex filters
  • Querying with POST
  • Update with PATCH
    • Add
    • Remove
    • Replace

/ServiceProviderConfig Endpoint

  • Get

/ResourceType Endpoint

  • Get

/Schemas Endpoint

  • Get

/Bulk Endpoint

  • Create
  • Get
  • Delete
  • Update with PUT
  • Update with PATCH

Following features are being developed.

  • Resource versioning
  • Circular reference in /Bulk endpoint
org.wso2.charon

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Версии библиотеки

Версия
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2