index.rst 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. JMSSecurityExtraBundle
  2. ======================
  3. Overview
  4. --------
  5. This bundle enhances the Symfony2 Security Component by adding several new features.
  6. Features:
  7. - powerful expression-based authorization language
  8. - method security authorization
  9. - authorization configuration via annotations
  10. - secure random number generator
  11. Documentation
  12. -------------
  13. .. toctree::
  14. :hidden:
  15. installation
  16. expressions
  17. configuration
  18. method_security_authorization
  19. annotations
  20. - :doc:`Installation <installation>`
  21. - :doc:`Configuration <configuration>`
  22. - :doc:`Expressions <expressions>`
  23. - :doc:`Method Security Authorization <method_security_authorization>`
  24. - :doc:`Secure Random Number Generator <random_number_generator>`
  25. - :doc:`Annotation Reference <annotations>`
  26. License
  27. -------
  28. The code is released under the business-friendly `Apache2 license`_.
  29. Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported
  30. license`_.
  31. .. _Apache2 license: http://www.apache.org/licenses/LICENSE-2.0.html
  32. .. _Attribution-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/