Previous Topic: Configure HTTP Transport Guarantees for Web Application Resources

Next Topic: Configure Rules for the JACC Provider

Map EJB Resources

To protect a WebSphere EJB resource, resource_type_filter must specify the following parameters (in the order shown):

/ejb/methodInterface/method/methodParams
ejb

Name of the EJB

Example: MyEJB

methodInterface

Method interface invoked on the EJB

Example: Home

method

Method executed on the EJB

Example: myMethod

methodParams

Arguments in the signature of the EJB method.

Multiple arguments must be treated as separate comma-delimited parameters.

Example: java.lang.String, int

For example, for an EJB application with the following properties:

ejb=myEJB, methodInterface=Home, method=myMethod, methodParams=(java.lang.String, int)

The complete resource mapping (effective resource) would be:

/MyEJB/Home/myMethod/java.lang.String, int

More information:

Configure the Login Module, SiteMinder-Side