Author: rareddy
Date: 2010-07-27 10:22:24 -0400 (Tue, 27 Jul 2010)
New Revision: 2378
Modified:
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
Log:
TEIID-1048: adding documentation about passthough to the URL and data source connection
properties.
Modified:
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
===================================================================
---
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml 2010-07-27
14:21:35 UTC (rev 2377)
+++
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml 2010-07-27
14:22:24 UTC (rev 2378)
@@ -208,6 +208,19 @@
</entry>
<entry>(typically not set as a connection property) Can be
ON|OFF; ON prevents query execution, but parsing and planning will still occur. Default
OFF.</entry>
</row>
+ <row>
+ <entry>
+ <code>PassthroughAuthentication</code>
+ </entry>
+ <entry>
+ <code>boolean</code>
+ </entry>
+ <entry>Only applies to embedded connections. When this
option is set to "true", then Teiid looks for
+ already authenticated security context on the calling thread. If
one found it uses that users credentials
+ to create session. Teiid also verifies that the same user is
using this connection during the life of the connection.
+ if it finds a different security context on the calling thread,
it switches the identity on the connection,
+ if the new user is also eligible to log in to Teiid otherwise
connection fails to execute.</entry>
+ </row>
</tbody>
</tgroup>
@@ -312,7 +325,21 @@
<code>String</code>
</entry>
<entry>Name given to this data source</entry>
- </row>
+ </row>
+ <row>
+ <entry>
+ <code>PassthroughAuthentication</code>
+ </entry>
+ <entry>
+ <code>boolean</code>
+ </entry>
+ <entry>Only applies to embedded connections. When this
option is set to "true", then Teiid looks for
+ already authenticated security context on the calling thread. If
one found it uses that users credentials
+ to create session. Teiid also verifies that the same user is
using this connection during the life of the connection.
+ if it finds a different security context on the calling thread,
it switches the identity on the connection,
+ if the new user is also eligible to log in to Teiid otherwise
connection fails to execute.</entry>
+ </row>
+
</tbody>
</tgroup>
</table>
Show replies by date