1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add method getPort in ApacheDSContainer

Fixes gh-7236
This commit is contained in:
Eddú Meléndez
2019-08-08 13:41:17 -05:00
committed by Josh Cummings
parent fb39d9c255
commit 76718c4db6
@@ -186,6 +186,10 @@ public class ApacheDSContainer implements InitializingBean, DisposableBean, Life
this.port = port;
}
public int getPort() {
return this.port;
}
/**
* If set to {@code true} will enable LDAP over SSL (LDAPs). If set to {@code true}
* {@link ApacheDSContainer#setCertificatePassord(String)} must be set as well.