uCosminexus Application Server, EJB Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

3.6 Implementing security in an EJB client application

This section describes the implementation of security in an EJB client application.

In an EJB client application, the user can be authenticated by using the user name and password defined in the J2EE server. If a login is performed by authenticating the user from the EJB client application, you can invoke the methods of an Enterprise Bean in which the Security role is specified.

The following table describes the organization of this section:

Table 3-10 Organization of this section (Implementing security in an EJB client application)

Category Title Reference location
Implementation Preconditions for implementing security 3.6.1
Sample program when security is implemented 3.6.2

Note:
There is no specific description of Setup, Operation, and Notes for this functionality.

Hint
The following is the explanation for Description:

Description:
See 6. Authentication by application settings in the uCosminexus Application Server Security Management Guide.
Organization of this section
3.6.1 Preconditions for implementing security
3.6.2 Sample program when security is implemented