user manual

Chapter 31: EJB, JSS, and JTS Properties 399
Session Service (JSS) Properties
EJB Security Properties
Session Service (JSS) Properties
The Session Service can run as part of standalone EJB container (-jss option)
or as part of the Partition.
As a "Partition service", JSS configuration information is located in each
Partition's data directory in the partition.xml file. By default, this file is located
in the following directory:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/<partition_name>/adm/properties/
Property Type Description Default
ejb.security.transportType Enumeration
(CLEAR_ONLY,
SECURE_ONLY,
ALL)
This property configures the
Quality of Protection of a
particular EJB.
If set to CLEAR_ONLY, only non-
secure connections are
accepted from the client to this
EJB. This is the default setting,
if the EJB does not have any
method permissions.
If set to SECURE_ONLY, only secure
connections are accepted form
the client to this EJB. This is the
default setting, if the EJB has at
least one method permission
set.
If set to ALL, both secure and
non-secure connections are
accepted from the client.
Setting this property controls a
transport value of the
ServerQoPConfig policy.
None
ejb.security.trustInClient Boolean This property configures the
Quality of Protection of a
particular EJB. If set to true, the
EJB container requires the
client to provide an
authenticated identity. By
default, the property is set to
false, if there is at least one
method with no method
permissions set. Otherwise, it is
set to true. Setting this property
controls a transport value of the
ServerQoPConfig policy.
False