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
Eric Lau
文件下载
文件名 操作
appSecurity-1.0-21.0.0.10.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>appSecurity-1.0</artifactId>
  <version>21.0.0.10</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:appSecurity-1.0:21.0.0.10'
Gradle Kotlin
implementation("io.openliberty.features:appSecurity-1.0:21.0.0.10")
Scala SBT
libraryDependencies += "io.openliberty.features" % "appSecurity-1.0" % "21.0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='appSecurity-1.0', version='21.0.0.10')
)
Apache Ivy
<dependency org="io.openliberty.features" name="appSecurity-1.0" rev="21.0.0.10" />
Leiningen
[io.openliberty.features/appSecurity-1.0 "21.0.0.10"]
Apache Buildr
'io.openliberty.features:appSecurity-1.0:jar:21.0.0.10'