o

org.apache.sling.auth.selector

Bundle implementing a Sling Authentication Handler which allows for choosing which actual authentication handler is to be used delegating the actual credential handling to concrete handlers. The selector handler only presents HTML forms to provide credential data such as username and password for the Formbased Authentication Handler or an OpenID identifier for the OpenID Authentication Handler.
文件下载
文件名 操作
org.apache.sling.auth.selector-1.0.6.jar 下载
org.apache.sling.auth.selector-1.0.6.pom 下载
org.apache.sling.auth.selector-1.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.auth.selector</artifactId>
  <version>1.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.auth.selector:1.0.6'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.auth.selector:1.0.6")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.auth.selector" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.auth.selector', version='1.0.6')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.auth.selector" rev="1.0.6" />
Leiningen
[org.apache.sling/org.apache.sling.auth.selector "1.0.6"]
Apache Buildr
'org.apache.sling:org.apache.sling.auth.selector:jar:1.0.6'