com.evolveum.midpoint.test.ldap
Class OpenDJ

java.lang.Object
  extended by com.evolveum.midpoint.test.ldap.OpenDJ

public class OpenDJ
extends java.lang.Object

Represents the OpenDJ LDAP Server

Since:
1.0.0
Version:
$Revision$ $Date$
Author:
$author$

Field Summary
static java.lang.String code_id
           
 
Constructor Summary
OpenDJ()
           
 
Method Summary
 void intialize(java.net.URI serverRoot)
           
 boolean isRunning()
           
 void startServer()
           
 void stopServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

OpenDJ

public OpenDJ()
Method Detail

intialize

public void intialize(java.net.URI serverRoot)

startServer

public void startServer()
                 throws java.lang.Exception
Throws:
java.lang.Exception

stopServer

public void stopServer()
                throws java.lang.Exception
Throws:
java.lang.Exception

isRunning

public boolean isRunning()


Copyright © 2011 evolveum. All Rights Reserved.