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.
Files download
File Operation
org.apache.sling.auth.selector-1.0.0.jar download
org.apache.sling.auth.selector-1.0.0.pom download
org.apache.sling.auth.selector-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.auth.selector</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.auth.selector:1.0.0'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.auth.selector:1.0.0")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.auth.selector" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.auth.selector', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.auth.selector" rev="1.0.0" />
Leiningen
[org.apache.sling/org.apache.sling.auth.selector "1.0.0"]
Apache Buildr
'org.apache.sling:org.apache.sling.auth.selector:jar:1.0.0'