Jar examples for o:org.apache.sling.auth.core
The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an AuthenticationHandler interface.
You can download jar file org.apache.sling.auth.core 1.1.6 in this page.
Apache License
You can use the following script to add org.apache.sling.auth.core-1.1.6.jar to your project.
<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.auth.core</artifactId> <version>1.1.6</version> </dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.auth.core', version: '1.1.6'
libraryDependencies += "org.apache.sling" % "org.apache.sling.auth.core" % "1.1.6"
<dependency org="org.apache.sling" name="org.apache.sling.auth.core" rev="1.1.6"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.auth.core', version='1.1.6'))
'org.apache.sling:org.apache.sling.auth.core:jar:1.1.6'
Click the following link to download the jar file.
org.apache.sling.auth.core-1.1.6-javadoc.jar