mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 13:23:29 +00:00
rename saltSource param in PasswordEncoder interfce to salt. It was already called salt in subclasses, and is in fact supposed to be the salt, not the source for the salt, although depending on the implementation it may still be treated as the latter.
=============================================================================== ACEGI SECURITY SYSTEM FOR SPRING - README FILE =============================================================================== ------------------------------------------------------------------------------- OVERVIEW ------------------------------------------------------------------------------- The Acegi Security System for Spring provides security services for The Spring Framework (http://www.springframework.org). For a detailed list of features and access to the latest release, please visit http://acegisecurity.sourceforge.net. ------------------------------------------------------------------------------- QUICK START ------------------------------------------------------------------------------- Copy samples/contact/dist/contacts.war into your container webapps directory. Then visit http://localhost:8080/contacts/ and click "Manage". The Acegi Security System for Spring secures this small application by protecting both the method invocations of business objects, and also the HTTP URLs. ------------------------------------------------------------------------------- DOCUMENTATION ------------------------------------------------------------------------------- Please refer to the Reference Guide, which is located in the docs/reference directory. In addition, JavaDocs are located in the docs/api directory. ------------------------------------------------------------------------------- OBTAINING SUPPORT ------------------------------------------------------------------------------- If you need any help, please post a question on the Spring Users mailing list or email ben.alex@acegi.com.au. $Id$
Languages
Java
94.5%
Kotlin
4.7%
JavaScript
0.3%
Groovy
0.3%