Resource adapter elements - Security elements

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3407

This topic has not yet been written. The content below is from the topic description.
Security elements Element Desciption application Indicates that application supplied parameters (such as from getConnection(user, pw)) are used to distinguish connections in the pool. security-domain Indicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handle authentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. security-domain-and-application Indicates that either application supplied parameters (such as from getConnection(user, pw)) or Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handle authentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute.