ForgeRock
J2EE Policy Agent Sample Application
 
Sample Application

Welcome
J2EE Declarative Security
J2EE Security API
URL Policy Enforcement
Show HTTP Headers
Other Resources

J2EE Agents Guide

J2EE Documentation


 

J2EE Declarative Security


 
 
Web-Tier Declarative Security
The following link points to a Servlet that is protected by a web-tier declarative security constraint which requires the user to be in the role manager. Click on this link to find out if you qualify to access this resource:

EJB-Tier Declarative Security
The following link points to an unprotected Servlet that in turn invokes an EJB which has declarative security constraints that require the user to be in the role employee. Click on this link to find out if you qualify to access this resource:

The following link points to a protected Servlet that in turn invokes an EJB which has declarative security constraints that require the user to be in the role employee. Click on this link to find out if you qualify to access this resource:

You can also proceed directly to J2EE Security API...