org.teiid.resource.adapter.ldap
Class LDAPManagedConnectionFactory

java.lang.Object
  extended by org.teiid.resource.spi.BasicManagedConnectionFactory
      extended by org.teiid.resource.adapter.ldap.LDAPManagedConnectionFactory
All Implemented Interfaces:
Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, javax.resource.spi.ValidatingManagedConnectionFactory

public class LDAPManagedConnectionFactory
extends BasicManagedConnectionFactory

See Also:
Serialized Form

Constructor Summary
LDAPManagedConnectionFactory()
           
 
Method Summary
 BasicConnectionFactory createConnectionFactory()
           
 String getLdapAdminUserDN()
           
 String getLdapAdminUserPassword()
           
 String getLdapContextFactory()
           
 long getLdapTxnTimeoutInMillis()
           
 String getLdapUrl()
           
 void setLdapAdminUserDN(String ldapAdminUserDN)
           
 void setLdapAdminUserPassword(String ldapAdminUserPassword)
           
 void setLdapContextFactory(String ldapContextFactory)
           
 void setLdapTxnTimeoutInMillis(Long ldapTxnTimeoutInMillis)
           
 void setLdapUrl(String ldapUrl)
           
 
Methods inherited from class org.teiid.resource.spi.BasicManagedConnectionFactory
createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
equals, hashCode
 

Constructor Detail

LDAPManagedConnectionFactory

public LDAPManagedConnectionFactory()
Method Detail

createConnectionFactory

public BasicConnectionFactory createConnectionFactory()
                                               throws javax.resource.ResourceException
Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory
Specified by:
createConnectionFactory in class BasicManagedConnectionFactory
Throws:
javax.resource.ResourceException

getLdapAdminUserDN

public String getLdapAdminUserDN()

setLdapAdminUserDN

public void setLdapAdminUserDN(String ldapAdminUserDN)

getLdapAdminUserPassword

public String getLdapAdminUserPassword()

setLdapAdminUserPassword

public void setLdapAdminUserPassword(String ldapAdminUserPassword)

getLdapTxnTimeoutInMillis

public long getLdapTxnTimeoutInMillis()

setLdapTxnTimeoutInMillis

public void setLdapTxnTimeoutInMillis(Long ldapTxnTimeoutInMillis)

getLdapUrl

public String getLdapUrl()

setLdapUrl

public void setLdapUrl(String ldapUrl)

getLdapContextFactory

public String getLdapContextFactory()

setLdapContextFactory

public void setLdapContextFactory(String ldapContextFactory)


Copyright © 2011. All Rights Reserved.