org.teiid.resource.adapter.ldap
Class LDAPManagedConnectionFactory
java.lang.Object
org.teiid.resource.spi.BasicManagedConnectionFactory
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
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 |
LDAPManagedConnectionFactory
public LDAPManagedConnectionFactory()
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.