t

teamengine-realm

This module implements a custom Tomcat Realm for checking credentials from XML user files. Place it in the $CATALINA_BASE/lib directory of the Tomcat instance.
Files download
File Operation
teamengine-realm-4.5.jar download
teamengine-realm-4.5.pom download
teamengine-realm-4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opengis.cite.teamengine</groupId>
  <artifactId>teamengine-realm</artifactId>
  <version>4.5</version>
</dependency>
Gradle Groovy
implementation 'org.opengis.cite.teamengine:teamengine-realm:4.5'
Gradle Kotlin
implementation("org.opengis.cite.teamengine:teamengine-realm:4.5")
Scala SBT
libraryDependencies += "org.opengis.cite.teamengine" % "teamengine-realm" % "4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis.cite.teamengine', module='teamengine-realm', version='4.5')
)
Apache Ivy
<dependency org="org.opengis.cite.teamengine" name="teamengine-realm" rev="4.5" />
Leiningen
[org.opengis.cite.teamengine/teamengine-realm "4.5"]
Apache Buildr
'org.opengis.cite.teamengine:teamengine-realm:jar:4.5'