11.2. Requirements

11.2. Requirements

If using the advanced mode features of Seam Security, the following jar files are required to be configured as modules in application.xml. If you are using Seam Security in simplified mode, these are not required:

For web-based security, jboss-seam-ui.jar must also be included in the application's war file. Also, to make use of the security EL functions, SeamFaceletViewHandler must be used. Configure it in faces-config.xml like this:

<application>
    <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
</application>