Interface EmbeddedLdapServerContainer
- All Known Implementing Classes:
- UnboundIdContainer
public interface EmbeddedLdapServerContainer
Provides lifecycle services for an embedded LDAP server.
- Since:
- 5.7
- 
Method Summary
- 
Method Details- 
getPortint getPort()Returns the embedded LDAP server port.- Returns:
- the embedded LDAP server port
 
- 
setPortvoid setPort(int port) The embedded LDAP server port to connect to. Supplying 0 as the port indicates that a random available port should be selected.- Parameters:
- port- the port to connect to
 
 
-