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

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java1397 * @param newAdminUserId The new admin user Identifier, or null.
1401 Map<AdministratorProperty, Object> adminProperties, String newAdminUserId)
1415 if (newAdminUserId != null)
1419 newAdminUserProps.put(AdministratorProperty.UID,newAdminUserId);
1423 adminProperties.put(AdministratorProperty.UID,newAdminUserId);
1400 updateAdministrator( Map<AdministratorProperty, Object> adminProperties, String newAdminUserId) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java1398 * @param newAdminUserId The new admin user Identifier, or null.
1402 Map<AdministratorProperty, Object> adminProperties, String newAdminUserId)
1416 if (newAdminUserId != null)
1420 newAdminUserProps.put(AdministratorProperty.UID,newAdminUserId);
1424 adminProperties.put(AdministratorProperty.UID,newAdminUserId);
1401 updateAdministrator( Map<AdministratorProperty, Object> adminProperties, String newAdminUserId) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java1398 * @param newAdminUserId The new admin user Identifier, or null.
1402 Map<AdministratorProperty, Object> adminProperties, String newAdminUserId)
1416 if (newAdminUserId != null)
1420 newAdminUserProps.put(AdministratorProperty.UID,newAdminUserId);
1424 adminProperties.put(AdministratorProperty.UID,newAdminUserId);
1401 updateAdministrator( Map<AdministratorProperty, Object> adminProperties, String newAdminUserId) argument
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java1397 * @param newAdminUserId The new admin user Identifier, or null.
1401 Map<AdministratorProperty, Object> adminProperties, String newAdminUserId)
1415 if (newAdminUserId != null)
1419 newAdminUserProps.put(AdministratorProperty.UID,newAdminUserId);
1423 adminProperties.put(AdministratorProperty.UID,newAdminUserId);
1400 updateAdministrator( Map<AdministratorProperty, Object> adminProperties, String newAdminUserId) argument
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java1398 * @param newAdminUserId The new admin user Identifier, or null.
1402 Map<AdministratorProperty, Object> adminProperties, String newAdminUserId)
1416 if (newAdminUserId != null)
1420 newAdminUserProps.put(AdministratorProperty.UID,newAdminUserId);
1424 adminProperties.put(AdministratorProperty.UID,newAdminUserId);
1401 updateAdministrator( Map<AdministratorProperty, Object> adminProperties, String newAdminUserId) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java1244 * @param newAdminUserId
1249 public void updateAdministrator(Map<AdministratorProperty, Object> adminProperties, String newAdminUserId) argument
1260 if (newAdminUserId != null)
1263 newAdminUserProps.put(AdministratorProperty.UID, newAdminUserId);
1267 adminProperties.put(AdministratorProperty.UID, newAdminUserId);

Completed in 62 milliseconds