Uses of Interface
org.tranql.connector.UserPasswordManagedConnectionFactory

Packages that use UserPasswordManagedConnectionFactory
org.tranql.connector   
org.tranql.connector.jdbc   
 

Uses of UserPasswordManagedConnectionFactory in org.tranql.connector
 

Methods in org.tranql.connector with parameters of type UserPasswordManagedConnectionFactory
 boolean CredentialExtractor.matches(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo, UserPasswordManagedConnectionFactory managedConnectionFactory)
           
 

Constructors in org.tranql.connector with parameters of type UserPasswordManagedConnectionFactory
CredentialExtractor(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo, UserPasswordManagedConnectionFactory managedConnectionFactory)
           
 

Uses of UserPasswordManagedConnectionFactory in org.tranql.connector.jdbc
 

Classes in org.tranql.connector.jdbc that implement UserPasswordManagedConnectionFactory
 class AbstractLocalDataSourceMCF
           
 class AbstractXADataSourceMCF
           
 class JDBCDriverMCF
          Implementation of a ManagedConnectionFactory that connects to a JDBC database using a generic JDBC Driver.
 



Copyright © -2006 The Codehaus. All Rights Reserved.