| Package | Description |
|---|---|
| org.apache.directory.server.integration.http | |
| org.apache.directory.server.ldap.handlers.ssl |
Contains support for SSL with the LDAP protocol (LDAPS).
|
| Modifier and Type | Method and Description |
|---|---|
TcpTransport |
HttpServer.getHttpsTransport() |
TcpTransport |
HttpServer.getHttpTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServer.setHttpsTransport(TcpTransport httpsTransport) |
void |
HttpServer.setHttpTransport(TcpTransport httpTransport) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.mina.core.filterchain.IoFilterChainBuilder |
LdapsInitializer.init(LdapServer ldapServer,
TcpTransport transport)
Initialize the LDAPS server.
|
Copyright © 2021. All rights reserved.