Methods in org.pfsw.tools.beluga that return Beluga |
static Beluga |
Beluga.launch()
Launches an LDAP server instance listening to the default port 389. |
static Beluga |
Beluga.launch(int dirPort)
Launches an LDAP server instance listening to the given port. |
static Beluga |
Beluga.launch(String dirDefinition)
Launches an LDAP server instance listening to the given default port 389
and containing the data specified by the definition file given in by
parameter dirDefinition. |
static Beluga |
Beluga.launch(String dirDefinition,
int dirPort)
Launches an LDAP server instance listening to the given port and containing
the data specified by the definition file given in by parameter dirDefinition. |