Security

Resource Adapter Security tabbed pane

In the Security tabbed pane, specify the supported by this resource adapter:

  1. In the Authentication Mechanisms pane, select the authentication mechanisms that this resource adapter supports: You can select more than one mechanism or no mechanism. If you do not select one, no standard security authentication is supported as part of the security contract.
  2. Select Reauthentication Supported if the resource adapter supports performing reauthentication on an existing physical connection. Reauthentication is performed when an application server calls getConnection with a that is different than the one used to establish the connection.
  3. In the Security Permissions pane, Click Add to enter a security permission that your resource adapter needs to access system resources in your operational environment. You need to specify only those permissions that are not included in the default set (see section 11.2 of the Connector specification). For example, this security permission allows the resource adapter to look up the name of any remote host:
    permission java.net.SocketPermission *, "resolve";
  4. For each security permission, click the rightmost column labeled with a folded paper to enter a description for the permission.
To delete a security permission, select the permission in the table and click Delete.

Legal Notices