Go to file
John Lin fe080cadbe Fix method name in the Contact sample code 2018-10-03 16:45:18 -04:00
.github Add Security Vulnerabilities 2018-03-20 22:42:46 -05:00
acl Replace isEqualTo(null) with isNull() 2018-08-09 18:04:48 -06:00
aspects
bom
buildSrc
cas Replace isEqualTo(null) with isNull() 2018-08-09 18:04:48 -06:00
config Add @formatter to @EnableWebFluxSecurity Javadoc 2018-09-21 08:11:50 -05:00
core Add a missing space in Secured.value() signature 2018-10-03 14:47:48 -04:00
crypto Fix WhitespaceAfterCheck Checkstyle check 2018-08-27 10:45:35 -05:00
data Remove Deprecated EvaluationContextExtensionSupport Usage 2018-09-19 16:52:16 -05:00
docs Replace Section Links in What's New 2018-09-20 07:50:30 -06:00
etc Upgrade spring-build-conventions to 0.0.18.RELEASE 2018-08-27 10:45:35 -05:00
gradle Update to Spring Data Lovelace-RELEASE 2018-09-21 07:25:16 -05:00
itest Fix WhitespaceAfterCheck Checkstyle check 2018-08-27 10:45:35 -05:00
ldap Ensure NamingException.resolvedObj is Serializable 2018-09-04 11:04:26 -05:00
messaging
oauth2 Fix OAuth2AuthorizationCodeGrantWebFilter works w/ /{action/ 2018-09-20 21:39:09 -05:00
openid Replace isEqualTo(null) with isNull() 2018-08-09 18:04:48 -06:00
remoting
samples Fix method name in the Contact sample code 2018-10-03 16:45:18 -04:00
scripts Add scripts/s101.sh 2018-07-14 22:40:44 -05:00
taglibs Replace isEqualTo(null) with isNull() 2018-08-09 18:04:48 -06:00
test Populate test security context with authentication 2018-10-03 14:24:45 -04:00
web Automatically add CsrfServerLogoutHandler if csrf enabled 2018-09-21 00:59:36 -05:00
.editorconfig
.gitignore
.travis.yml
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md Use spring-projects for organization in GitHub URLs 2018-05-04 21:01:39 -05:00
Jenkinsfile Remove JDK 10/11 from Jenkinsfile 2018-09-17 22:40:45 -05:00
README.adoc
build.gradle Upgrade spring-build-conventions to 0.0.18.RELEASE 2018-08-27 10:45:35 -05:00
class_mapping_from_2.0.x.txt
gradle.properties Next Development Version 2018-09-21 09:32:51 -05:00
gradlew
gradlew.bat
license.txt
notice.txt
settings.gradle Fix settings.gradle on Windows 2018-08-22 10:21:41 -05:00

README.adoc

image::https://badges.gitter.im/Join%20Chat.svg[Gitter,link=https://gitter.im/spring-projects/spring-security?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge]

image:https://travis-ci.org/spring-projects/spring-security.svg?branch=master["Build Status", link="https://travis-ci.org/spring-projects/spring-security"]

= Spring Security

Spring Security provides security services for the http://docs.spring.io[Spring IO Platform]. Spring Security 5.0 requires Spring 5.0 as
a minimum and also requires Java 8.

For a detailed list of features and access to the latest release, please visit http://spring.io/projects[Spring projects].

== Code of Conduct
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
By participating, you  are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

== Downloading Artifacts
See https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading Spring artifacts] for Maven repository information.

== Documentation
Be sure to read the http://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/[Spring Security Reference].
Extensive JavaDoc for the Spring Security code is also available in the http://docs.spring.io/spring-security/site/docs/current/apidocs/[Spring Security API Documentation].

== Quick Start
We recommend you visit http://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/[Spring Security Reference] and read the "Getting Started" page.

== Building from Source
Spring Security uses a http://gradle.org[Gradle]-based build system.
In the instructions below, http://vimeo.com/34436402[`./gradlew`] is invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build.

=== Prerequisites
http://help.github.com/set-up-git-redirect[Git] and the http://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].

Be sure that your `JAVA_HOME` environment variable points to the `jdk1.8.0` folder extracted from the JDK download.

=== Check out sources
[indent=0]
----
git clone git@github.com:spring-projects/spring-security.git
----

=== Install all spring-\* jars into your local Maven cache
[indent=0]
----
./gradlew install
----

=== Compile and test; build all jars, distribution zips, and docs
[indent=0]
----
./gradlew build
----

Discover more commands with `./gradlew tasks`.
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].

== Getting Support
Check out the http://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
http://spring.io/services[Commercial support] is available too.

== Contributing
http://help.github.com/send-pull-requests[Pull requests] are welcome; see the https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.md[contributor guidelines] for details.

== License
Spring Security is Open Source software released under the
http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].