o

openidm-customendpoint

This bundle allow to start custom scripted endpoints accessed under /endpoint/
Files download
File Operation
openidm-customendpoint-6.0.2.jar download
openidm-customendpoint-6.0.2.pom download
openidm-customendpoint-6.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.openidm</groupId>
  <artifactId>openidm-customendpoint</artifactId>
  <version>6.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.openidm:openidm-customendpoint:6.0.2'
Gradle Kotlin
implementation("org.openidentityplatform.openidm:openidm-customendpoint:6.0.2")
Scala SBT
libraryDependencies += "org.openidentityplatform.openidm" % "openidm-customendpoint" % "6.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.openidm', module='openidm-customendpoint', version='6.0.2')
)
Apache Ivy
<dependency org="org.openidentityplatform.openidm" name="openidm-customendpoint" rev="6.0.2" />
Leiningen
[org.openidentityplatform.openidm/openidm-customendpoint "6.0.2"]
Apache Buildr
'org.openidentityplatform.openidm:openidm-customendpoint:jar:6.0.2'