Implementation
The element (connectionfactory class) that specifies the fully-qualified
name of the ConnectionFactory class that implements the resource adapter specific
ConnectionFactory interface.
Interface
The element (connection-interface) that specifies the fully-qualified
name of the Connection interface supported by the resource adapter.
Implementation
The element (connection class) that specifies the fully-qualified
name of the Connection class that implements the resource adapter specific
Connection interface.
Support Reauthentication
Specifies whether the resource adpater implementation supports
re-authentication of existing ManagedConnection instances.
The values are either True or False.
Transaction
Specifies the level of transaction support provided by the resource
adapter.
The three possible values are:
Small Icon
The image is used as an icon to represent the module in a GUI.
Specifies a JPEG or GIF file containing a small image (16x16 pixels).
Large Icon
The image is used as an icon to represent the module in a GUI.
Specifies a JPEG or GIF file containing a small image (32x32 pixels).
Basic Password
The basic user password authentication mechanism that is specific
to an EIS.
-
Credential Interface
- Specifies the interface that the resource
adapter implementation supports for the representation of the credentials.
For Basic Password the credential value is javax.resource.spi.security.PasswordCredential.
-
Description
- Any information that describes Basic Password selection.
Kerboros V5
Specifies a Kerboros version 5 authentication mechanism.
-
Credential Interface
- Specifies the interface that the resource
adapter implementation supports for the representation of the credentials.
For Kerboros version 5, the credential value is javax.resource.spi.security.GenericCredential.
-
Description
- Any information that describes the Kerboros V5 selection.
Property Name
Specifies the name of a configuration property.
The possible values are:
<config-property-name>ServerName</config-property-name>
<config-property-name>PortNumber</config-property-name>
<config-property-name>UserName</config-property-name>
<config-property-name>Password</config-property-name>
<config-property-name>ConnectionURL</config-property-name>
Property Type
Contains the fully-qualified Java type of a configuration property
as required by the ManagedConnectionFactory instance.
Property Value
Contains the value of a configuration entry.
Description
Describes the parent element.
Permission Specification
Specifies a security permission that is required by the resource
adapter code.