Searched defs:administrator (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DReplicationConfiguration.java45 private String administrator; field in class:ReplicationConfiguration
135 * Returns the administrator name.
137 * @return The administrator name.
140 return administrator;
144 * Sets the administrator name.
147 * The administrator name to set.
150 administrator = adminName;
163 * Sets the password linked to the administrator name.
166 * The password linked to this administrator name.
192 * Returns the need to create the global administrator
[all...]

Completed in 32 milliseconds