Class LdapServerConnection
- java.lang.Object
-
- ServerConnection
-
- com.ibm.security.access.server_connections.LdapServerConnection
-
public class LdapServerConnection extends ServerConnection
LDAP server connection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LdapServerConnection.LdapHost
-
Constructor Summary
Constructors Constructor Description LdapServerConnection(ServerConnection conn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(java.lang.String k, java.lang.String value)
int
getConnectionTimeout()
LdapServerConnection.LdapHost
getHost(int idx)
LdapServerConnection.LdapHost[]
getHosts()
int
getIdleTimeout()
int
getMaxPoolSize()
java.util.List<AliasServiceLdapServer>
transformToAliasLdapServerList(java.lang.String connectionName)
-
-
-
Method Detail
-
getHosts
public LdapServerConnection.LdapHost[] getHosts()
-
addProperty
public void addProperty(java.lang.String k, java.lang.String value)
-
getHost
public LdapServerConnection.LdapHost getHost(int idx)
-
getConnectionTimeout
public int getConnectionTimeout()
-
getIdleTimeout
public int getIdleTimeout()
-
getMaxPoolSize
public int getMaxPoolSize()
-
transformToAliasLdapServerList
public java.util.List<AliasServiceLdapServer> transformToAliasLdapServerList(java.lang.String connectionName)
-
-