public class LDAPManagedConnectionFactory extends BasicManagedConnectionFactory
| Constructor and Description |
|---|
LDAPManagedConnectionFactory() |
| Modifier and Type | Method and 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) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapterpublic BasicConnectionFactory<LDAPConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class BasicManagedConnectionFactoryjavax.resource.ResourceExceptionpublic String getLdapAdminUserDN()
public void setLdapAdminUserDN(String ldapAdminUserDN)
public String getLdapAdminUserPassword()
public void setLdapAdminUserPassword(String ldapAdminUserPassword)
public Long getLdapTxnTimeoutInMillis()
public void setLdapTxnTimeoutInMillis(Long ldapTxnTimeoutInMillis)
public String getLdapUrl()
public void setLdapUrl(String ldapUrl)
public String getLdapContextFactory()
public void setLdapContextFactory(String ldapContextFactory)
public int hashCode()
public boolean equals(Object obj)
public String getLdapAuthType()
public void setLdapAuthType(String ldapAuthType)
Copyright © 2019. All rights reserved.