mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Add method getPort in ApacheDSContainer
Fixes gh-7236
This commit is contained in:
parent
fb39d9c255
commit
76718c4db6
@ -186,6 +186,10 @@ public class ApacheDSContainer implements InitializingBean, DisposableBean, Life
|
|||||||
this.port = port;
|
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}
|
* 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.
|
* {@link ApacheDSContainer#setCertificatePassord(String)} must be set as well.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user