Package org.forgerock.opendj.examples
Class Server
java.lang.Object
org.forgerock.opendj.examples.Server
An LDAP directory server which exposes data contained in an LDIF file. This
is implementation is very simple and is only intended as an example:
- It does not support StartTLS
- It does not support Abandon or Cancel requests
- Very basic authentication and authorization support.
<listenAddress> <listenPort> <ldifFile> [<keyStoreFile> <keyStorePassword> <certNickname>]
-
Method Summary
-
Method Details
-
main
Main method.- Parameters:
args- The command line arguments: listen address, listen port, ldifFile, and optionally: key store, key store password and certificate nick name
-