Download org.apache.sling.auth.form-1.0.0.jar file - Jar o

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

Description

Bundle implementing form based authentication with login and logout support. Authentication state is maintained in a Cookie or in an HTTP Session. The password is only submitted when first authenticating.

You can download jar file org.apache.sling.auth.form 1.0.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

org.apache.sling.auth.form-1.0.0-javadoc.jar
org.apache.sling.auth.form-1.0.0-sources.jar
org.apache.sling.auth.form-1.0.0.jar
org.apache.sling.auth.form-1.0.0.pom



Related Tutorials