appendix-namespace.xml 793 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <appendix version="5.0" xml:id="appendix-namespace" xmlns="http://docbook.org/ns/docbook"
  3. xmlns:xlink="http://www.w3.org/1999/xlink"
  4. xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <info>
  6. <title>The Security Namespace</title>
  7. </info>
  8. <para>
  9. This provides a reference to the elements available in the security namespace and infromation on
  10. the underlying beans they create. If you haven't used the namespace before, please read the
  11. <link xlink:href="#ns-config">introductory chapter</link>.
  12. </para>
  13. <section>
  14. <title>The <literal>&lt;http&gt;</literal> Element</title>
  15. <para>
  16. This element encapsulates the security configuration for the web layer of your application.
  17. </para>
  18. </section>
  19. </appendix>