public class LDAPManagedConnectionFactory
extends org.teiid.resource.spi.BasicManagedConnectionFactory
| Constructor and Description |
|---|
LDAPManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.teiid.resource.spi.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) |
public org.teiid.resource.spi.BasicConnectionFactory<LDAPConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class org.teiid.resource.spi.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 © 2018 JBoss by Red Hat. All rights reserved.