2
0

index.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ---
  2. # The name of your project
  3. title: Spring Security
  4. badges:
  5. # Specify your project's twitter handle, if any. Delete if none.
  6. twitter: SpringSecurity
  7. # Customize your project's badges. Delete any entries that do not apply.
  8. custom:
  9. - name: Source (GitHub)
  10. url: https://github.com/spring-projects/spring-security
  11. icon: github
  12. - name: Issues (JIRA)
  13. url: http://jira.springsource.org/browse/SEC
  14. icon: tracking
  15. - name: CI (Bamboo)
  16. url: https://build.springsource.org/browse/SEC
  17. icon: ci
  18. - name: Forum
  19. url: http://forum.spring.io/forum/spring-projects/security
  20. icon: forum
  21. - name: StackOverflow
  22. url: http://stackoverflow.com/questions/tagged/spring-security
  23. icon: stackoverflow
  24. - name: Metrics (SonarQube)
  25. url: https://sonar.springsource.org/dashboard/index/org.springframework.security:spring-security
  26. icon: metrics
  27. ---
  28. <!DOCTYPE HTML>
  29. <html lang="en-US">
  30. {% capture billboard_description %}
  31. Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.
  32. {% endcapture %}
  33. {% capture main_content %}
  34. Spring Security is a framework that focuses on providing both authentication and authorization to Java
  35. applications. Like all Spring projects, the real power of Spring Security is found in how easily it can
  36. be extended to meet custom requirements
  37. ## Features
  38. * Comprehensive and extensible support for both Authentication and Authorization
  39. * Protection against attacks like session fixation, clickjacking, cross site request forgery, etc
  40. * Servlet API integration
  41. * Optional integration with Spring Web MVC
  42. * Much more...
  43. <span id="quick-start"></span>
  44. ## Quick Start
  45. {% include download_widget.md %}
  46. {% endcapture %}
  47. {% capture related_resources %}
  48. ### Additional Resources
  49. * [Getting Started]({{site.guides_base_url}}/)
  50. * [FAQ](http://docs.spring.io/spring-security/site/docs/3.2.x/reference/htmlsingle/faq.html)
  51. * [Spring Security 3.2 Webinar Replay](http://spring.io/blog/2014/01/21/webinar-replay-spring-security-3-2)
  52. ### Related Projects
  53. * [Spring LDAP](http://grails.org/plugin/spring-ldap)
  54. * [Spring Security OAuth]({{site.projects_site_url}}/spring-security-oauth)
  55. * [Spring Security Grails](http://grails.org/plugin/spring-security-core)
  56. * [Spring Security GraiSecurity SAML]({{site.projects_site_url}}/spring-security-saml)
  57. * [Spring Security Kerberos]({{site.projects_site_url}}/spring-security-kerberos)
  58. {% endcapture %}
  59. {% include project_page.html %}
  60. </html>