We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a83182 commit bec9d47Copy full SHA for bec9d47
ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java
@@ -186,6 +186,10 @@ public void setPort(int port) {
186
this.port = port;
187
}
188
189
+ public int getPort() {
190
+ return this.port;
191
+ }
192
+
193
/**
194
* If set to {@code true} will enable LDAP over SSL (LDAPs). If set to {@code true}
195
* {@link ApacheDSContainer#setCertificatePassord(String)} must be set as well.
0 commit comments