Package 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
-
-
Constructor Summary
Constructors Constructor Description LDAPManagedConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicConnectionFactory<LDAPConnectionImpl>
createConnectionFactory()
boolean
equals(Object obj)
String
getLdapAdminUserDN()
String
getLdapAdminUserPassword()
String
getLdapAuthType()
String
getLdapContextFactory()
Long
getLdapTxnTimeoutInMillis()
String
getLdapUrl()
int
hashCode()
void
setLdapAdminUserDN(String ldapAdminUserDN)
void
setLdapAdminUserPassword(String ldapAdminUserPassword)
void
setLdapAuthType(String ldapAuthType)
void
setLdapContextFactory(String ldapContextFactory)
void
setLdapTxnTimeoutInMillis(Long ldapTxnTimeoutInMillis)
void
setLdapUrl(String ldapUrl)
-
Methods inherited from class org.teiid.resource.spi.BasicManagedConnectionFactory
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapter
-
-
-
-
Method Detail
-
createConnectionFactory
public BasicConnectionFactory<LDAPConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
- Specified by:
createConnectionFactory
in interfacejavax.resource.spi.ManagedConnectionFactory
- Specified by:
createConnectionFactory
in classBasicManagedConnectionFactory
- 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)
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
getLdapAuthType
public String getLdapAuthType()
-
setLdapAuthType
public void setLdapAuthType(String ldapAuthType)
-
-