Class LdapServerConnection
- java.lang.Object
- 
- ServerConnection
- 
- com.ibm.security.access.server_connections.LdapServerConnection
 
 
- 
 public class LdapServerConnection extends ServerConnectionLDAP server connection
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classLdapServerConnection.LdapHost
 - 
Constructor SummaryConstructors Constructor Description LdapServerConnection(ServerConnection conn)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(java.lang.String k, java.lang.String value)intgetConnectionTimeout()LdapServerConnection.LdapHostgetHost(int idx)LdapServerConnection.LdapHost[]getHosts()intgetIdleTimeout()intgetMaxPoolSize()java.util.List<AliasServiceLdapServer>transformToAliasLdapServerList(java.lang.String connectionName)
 
- 
- 
- 
Method Detail- 
getHostspublic LdapServerConnection.LdapHost[] getHosts() 
 - 
addPropertypublic void addProperty(java.lang.String k, java.lang.String value)
 - 
getHostpublic LdapServerConnection.LdapHost getHost(int idx) 
 - 
getConnectionTimeoutpublic int getConnectionTimeout() 
 - 
getIdleTimeoutpublic int getIdleTimeout() 
 - 
getMaxPoolSizepublic int getMaxPoolSize() 
 - 
transformToAliasLdapServerListpublic java.util.List<AliasServiceLdapServer> transformToAliasLdapServerList(java.lang.String connectionName) 
 
- 
 
-