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