a

appSecurity-1.0

This feature is superseded by appSecurity-2.0. Support for securing the server runtime environment and applications. This feature enables servlet-3.0 and web application security, support for LDAP and basic user registries, and SSL. To support secure EJB applications, you must add the ejbLite-3.1 feature. When you add this 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-1.0-23.0.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>appSecurity-1.0</artifactId>
  <version>23.0.0.8</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:appSecurity-1.0:23.0.0.8'
Gradle Kotlin
implementation("io.openliberty.features:appSecurity-1.0:23.0.0.8")
Scala SBT
libraryDependencies += "io.openliberty.features" % "appSecurity-1.0" % "23.0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='appSecurity-1.0', version='23.0.0.8')
)
Apache Ivy
<dependency org="io.openliberty.features" name="appSecurity-1.0" rev="23.0.0.8" />
Leiningen
[io.openliberty.features/appSecurity-1.0 "23.0.0.8"]
Apache Buildr
'io.openliberty.features:appSecurity-1.0:jar:23.0.0.8'