Skip to content

Commit

Permalink
documentation improvements, SEAMSECURITY-93
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Oct 10, 2011
1 parent 927ba8e commit 5b25dc0
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 321 deletions.
14 changes: 14 additions & 0 deletions docs/src/main/docbook/en-US/security-authorization.xml
Expand Up @@ -3,6 +3,20 @@

<chapter id="security-authorization">
<title>Security - Authorization</title>

<section>
<title>Configuration</title>

<para>
Before using any of Seam's authorization features, you must enable the <code>SecurityInterceptor</code>
by adding the following code to your application's <code>beans.xml</code>:

<programlisting><![CDATA[ <interceptors>
<class>org.jboss.seam.security.SecurityInterceptor</class>
</interceptors>]]></programlisting>

</para>
</section>

<section>
<title>Basic Concepts</title>
Expand Down

0 comments on commit 5b25dc0

Please sign in to comment.