Download org.apache.sling.auth.core-1.0.6.jar file - Jar o

Jar examples for o:org.apache.sling.auth.core

Description

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.0.6 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.auth.core-1.0.6.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>org.apache.sling.auth.core</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.auth.core', version: '1.0.6'
libraryDependencies += "org.apache.sling" % "org.apache.sling.auth.core" % "1.0.6"
<dependency org="org.apache.sling" name="org.apache.sling.auth.core" rev="1.0.6"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.auth.core', version='1.0.6'))
'org.apache.sling:org.apache.sling.auth.core:jar:1.0.6'

Download

Click the following link to download the jar file.

org.apache.sling.auth.core-1.0.6-javadoc.jar
org.apache.sling.auth.core-1.0.6-sources.jar
org.apache.sling.auth.core-1.0.6.jar
org.apache.sling.auth.core-1.0.6.pom



Related Tutorials