JMSSecurityExtraBundle
======================

Overview
--------

This bundle enhances the Symfony2 Security Component by adding several new features.

Features:

- powerful expression-based authorization language
- method security authorization
- authorization configuration via annotations
- secure random number generator

Documentation
-------------

.. toctree::
    :hidden:
    
    installation
    expressions
    configuration
    method_security_authorization
    annotations

- :doc:`Installation <installation>`
- :doc:`Configuration <configuration>`
- :doc:`Expressions <expressions>`
- :doc:`Method Security Authorization <method_security_authorization>`
- :doc:`Secure Random Number Generator <random_number_generator>`
- :doc:`Annotation Reference <annotations>`

License
-------

The code is released under the business-friendly `Apache2 license`_. 

Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported
license`_.

.. _Apache2 license: http://www.apache.org/licenses/LICENSE-2.0.html
.. _Attribution-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/

