|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface CreateLdapServer
Annotation to configure an OpenDJ server to be embedded in a test.
Required Element Summary | |
---|---|
String |
ldifFile
The ldif file to be loaded into the server. |
Optional Element Summary | |
---|---|
String |
backendID
The backendID of the backend where the ldif will be loaded. |
String |
baseDN
The backendID of the backend where the ldif will be loaded. |
String |
ldifConfig
The configurtion ldif file. |
String |
serverHome
The directory containing the OpenDJ configuration and schemas. |
Element Detail |
---|
public abstract String ldifFile
public abstract String ldifConfig
public abstract String serverHome
public abstract String backendID
public abstract String baseDN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |