o

org.openengsb.framework.security

Project providing general capabilities for the Usermanagement directly in the OpenEngSB. This is relevant for the WEB-UI and for the internal right management of the different services.
http://www.openengsb.org
Apache 2
Files download
File Operation
org.openengsb.framework.security-2.4.5.jar download
org.openengsb.framework.security-2.4.5.pom download
org.openengsb.framework.security-2.4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openengsb.framework</groupId>
  <artifactId>org.openengsb.framework.security</artifactId>
  <version>2.4.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.framework:org.openengsb.framework.security:2.4.5'
Gradle Kotlin
implementation("org.openengsb.framework:org.openengsb.framework.security:2.4.5")
Scala SBT
libraryDependencies += "org.openengsb.framework" % "org.openengsb.framework.security" % "2.4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.framework', module='org.openengsb.framework.security', version='2.4.5')
)
Apache Ivy
<dependency org="org.openengsb.framework" name="org.openengsb.framework.security" rev="2.4.5" />
Leiningen
[org.openengsb.framework/org.openengsb.framework.security "2.4.5"]
Apache Buildr
'org.openengsb.framework:org.openengsb.framework.security:jar:2.4.5'