MVN

be.personify.iam : personify-scim-server

Maven & Gradle

Aug 24, 2023

personify-scim-server · implementation for the scim v2 protocol in java supporting : - create, get, put, delete, search, patch ( with attributes and excludedAttributes ) - bulk with circular reference processing, maxOperations and maxPayloadSize - paging - filtering - discovery - schema validation - uniqueness constraint validation - authentication : basic and OAUTH bearer token ( with roles ) - bearer token endpoint created and verified with Forgerock IDM SCIM connector (compatible) - /ME endpoint - auditing via KAFKA

<dependency>
    <groupId>be.personify.iam</groupId>
    <artifactId>personify-scim-server</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.personify.iam : personify-scim-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2.RELEASE

All Versions

Choose a version of be.personify.iam : personify-scim-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
personify-scim-server-2.1.2.RELEASE
personify-scim-server-2.1.0.RELEASE
2.0.x
personify-scim-server-2.0.9.RELEASE
personify-scim-server-2.0.7.RELEASE
personify-scim-server-2.0.5.RELEASE
personify-scim-server-2.0.4.RELEASE
personify-scim-server-2.0.3.RELEASE
personify-scim-server-2.0.2.RELEASE
personify-scim-server-2.0.1.RELEASE
personify-scim-server-2.0.0.RELEASE
1.5.x
personify-scim-server-1.5.3.RELEASE
personify-scim-server-1.5.1.RELEASE
personify-scim-server-1.5.0.RELEASE
1.4.x
personify-scim-server-1.4.9.RELEASE
personify-scim-server-1.4.8.RELEASE
personify-scim-server-1.4.7.RELEASE
personify-scim-server-1.4.6.RELEASE
personify-scim-server-1.4.5.RELEASE
personify-scim-server-1.4.4.RELEASE
personify-scim-server-1.4.3.RELEASE
personify-scim-server-1.4.2.RELEASE
personify-scim-server-1.4.1.RELEASE
personify-scim-server-1.4.0.RELEASE
1.3.x
personify-scim-server-1.3.5.RELEASE
personify-scim-server-1.3.4.RELEASE
personify-scim-server-1.3.3.RELEASE
personify-scim-server-1.3.2.RELEASE
personify-scim-server-1.3.0.RELEASE
1.2.x
personify-scim-server-1.2.9.RELEASE
personify-scim-server-1.2.6.RELEASE
personify-scim-server-1.2.5.RELEASE
personify-scim-server-1.2.3.RELEASE
personify-scim-server-1.2.2.RELEASE
1.1.x
personify-scim-server-1.1.9.RELEASE
personify-scim-server-1.1.5.RELEASE
personify-scim-server-1.1.0.RELEASE
1.0.x
personify-scim-server-1.0.9.RELEASE
personify-scim-server-1.0.4.RELEASE
personify-scim-server-1.0.2-RELEASE
personify-scim-server-1.0.1.RELEASE
personify-scim-server-1.0.0.RELEASE

How to add a dependency to Maven

Add the following be.personify.iam : personify-scim-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.personify.iam</groupId>
    <artifactId>personify-scim-server</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.personify.iam : personify-scim-server gradle dependency to your build.gradle file:

implementation 'be.personify.iam:personify-scim-server:2.1.2.RELEASE'

Gradle Kotlin DSL: Add the following be.personify.iam : personify-scim-server gradle kotlin dependency to your build.gradle.kts file:

implementation("be.personify.iam:personify-scim-server:2.1.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.personify.iam : personify-scim-server sbt scala dependency to your build.sbt file:

libraryDependencies += "be.personify.iam" % "personify-scim-server" % "2.1.2.RELEASE"