Class LdapServerConnection
- java.lang.Object
-
- ServerConnection
-
- com.ibm.security.access.server_connections.LdapServerConnection
-
public class LdapServerConnection extends ServerConnectionLDAP server connection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLdapServerConnection.LdapHost
-
Constructor Summary
Constructors Constructor Description LdapServerConnection(ServerConnection conn)
-
Method Summary
All 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
-
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)
-
-