a

appSecurity-2.0

This feature enables support for securing the server runtime environment and applications; it includes a basic user registry. This feature supersedes appSecurity-1.0 and does not include servlet-3.0 or support for the LDAP user registry. To secure web applications, add the servlet-3.0 feature. To secure EJB applications, add the ejbLite-3.1 feature. To use LDAP, add the ldapRegistry-3.0 feature. When you add the appSecurity-2.0 feature to your server, you need to configure a user registry, such as the basic user registry or the LDAP user registry.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
appSecurity-2.0-24.0.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>appSecurity-2.0</artifactId>
  <version>24.0.0.2</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:appSecurity-2.0:24.0.0.2'
Gradle Kotlin
implementation("io.openliberty.features:appSecurity-2.0:24.0.0.2")
Scala SBT
libraryDependencies += "io.openliberty.features" % "appSecurity-2.0" % "24.0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='appSecurity-2.0', version='24.0.0.2')
)
Apache Ivy
<dependency org="io.openliberty.features" name="appSecurity-2.0" rev="24.0.0.2" />
Leiningen
[io.openliberty.features/appSecurity-2.0 "24.0.0.2"]
Apache Buildr
'io.openliberty.features:appSecurity-2.0:jar:24.0.0.2'