Label: security

All content with label security.
Related Labels: acegi, soap, ldap, rest, cxf, struts, captcha, webservices

CAPTCHA Integration (AppFuse 2)
Introduction This document provides instructions on adding CAPTCHA http://en.wikipedia.org/wiki/Captcha support to an AppFuse project. It is based on AppFuse 2.0M4 which you can find more about by reading the Release Notes 2.0 M4 Release Notes ...
Other labels: captcha, struts
LDAP Authentication (AppFuse 2)
Table of content AppFuse 2.1.x Spring Security 3.x #appfuse21x AppFuse 2.0.x Spring Security 2.x #appfuse20x AppFuse 1.9.4 Acegi Security #appfuse1xx AppFuse 2.1.x Spring Security 3.x With AppFuse 2.1.x comes a new version of Spring ...
Other labels: ldap, acegi
Secure JSF components (AppFuse 2)
Challenge Very often when building website with lots of different pages you end up with some pages that are accessible to users with certain roles. In a simple case you could have a normal user role and an admin role much ...
Security (AppFuse 2)
AppFuse was originally developed as part of a sample application for a book I wrote for Apress, Pro JSP http://www.apress.com/book/bookDisplay.html?bID=256. This sample application demonstrated many security features and features for simplifying Struts development. Many of the security ...
Other labels: acegi
Web Services (AppFuse 2)
About this Tutorial This tutorial exposes your Manager classes (or any other classes) as a web service with CXF http://cxf.apache.org, a proven OpenSource Services Framework. It assumes you completed the Services tutorial and wrote a custom {{PersonManager}} class and {{PersonManagerImpl}} implementation ...
Other labels: cxf, webservices, soap, rest