CONTENTS | PREV | NEXT | JNDI API |
Appendix 1:
JNDI Standard Environment Properties
Environment Configuration |
|
( |
An instance of |
Program Configuration 2 |
Colon-separated list of class names of object factory classes to use. See |
|
Colon-separated list of class names of state factory classes to use. See |
|
Colon-separated list of class names of response control factory classes to use. |
|
Colon-separated
list of package prefixes to use when loading in URL context factories.
|
|
|
|
Specifies configuration information for provider to use. Defaults to provider default, using provider's own configuration or discovery protocols. |
|
|
|
Specifies the
authoritativeness of the service requested. If " |
|
Specifies the preferred batch size to use when returning data via the service's protocol. This is a hint to the provider to return the results of operations in batches of the specified size, so that the provider can optimize its performance and usage of resources. It does not affect the total number or size of the data returned. |
|
Specifies that
referrals encountered by the service provider are to be followed
automatically. If " |
|
|
|
Takes values " |
|
Identity of principal (e.g., user) for the authentication scheme. |
|
Principal's credentials for the authentication scheme. The particular type of credentials is determined by the authentication scheme chosen. Examples of different types of credentials are passwords, keys, and certificates. |
|
|
|
Specifies a colon-separated list of preferred language to use with this service (e.g., "en-US", "fr", "fr-CH", "ja-JP-kanji"). |
1.
The Context
and LdapContext
interfaces define constants for these property names. The names
of the constants are shown in parentheses below the property's
string names.