Searched refs:ADMIN_PORT (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DServerDescriptor.java85 ADMIN_PORT, enum constant in enum:ServerDescriptor.ServerProperty
332 return getLDAPUrl0(ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT, true);
343 ArrayList<?> p = (ArrayList<?>)serverProperties.get(ServerProperty.ADMIN_PORT);
374 port = getPort(ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT, port);
431 return ADSContext.ServerProperty.ADMIN_PORT;
477 ServerProperty.ADMIN_PORT,
495 ADSContext.ServerProperty.ADMIN_PORT,
568 {ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT},
579 ADSContext.ServerProperty.ADMIN_PORT},
784 desc.serverProperties.put(ServerProperty.ADMIN_PORT, adminPort
[all...]
H A DADSContext.java107 ADMIN_PORT("adminport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java93 ADMIN_PORT, enum constant in enum:ServerDescriptor.ServerProperty
428 ServerProperty.ADMIN_PORT);
458 ServerProperty.ADMIN_PORT);
506 p = (ArrayList<?>)serverProperties.get(ServerProperty.ADMIN_PORT);
546 portProp = ADSContext.ServerProperty.ADMIN_PORT;
598 ServerProperty.ADMIN_PORT,
616 ADSContext.ServerProperty.ADMIN_PORT,
690 {ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT},
701 ADSContext.ServerProperty.ADMIN_PORT},
905 desc.serverProperties.put(ServerProperty.ADMIN_PORT, adminPort
[all...]
H A DADSContext.java140 ADMIN_PORT("adminport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java94 ADMIN_PORT, enum constant in enum:ServerDescriptor.ServerProperty
429 ServerProperty.ADMIN_PORT);
459 ServerProperty.ADMIN_PORT);
507 p = (ArrayList<?>)serverProperties.get(ServerProperty.ADMIN_PORT);
547 portProp = ADSContext.ServerProperty.ADMIN_PORT;
599 ServerProperty.ADMIN_PORT,
617 ADSContext.ServerProperty.ADMIN_PORT,
691 {ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT},
702 ADSContext.ServerProperty.ADMIN_PORT},
906 desc.serverProperties.put(ServerProperty.ADMIN_PORT, adminPort
[all...]
H A DADSContext.java141 ADMIN_PORT("adminport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java94 ADMIN_PORT, enum constant in enum:ServerDescriptor.ServerProperty
429 ServerProperty.ADMIN_PORT);
459 ServerProperty.ADMIN_PORT);
507 p = (ArrayList<?>)serverProperties.get(ServerProperty.ADMIN_PORT);
547 portProp = ADSContext.ServerProperty.ADMIN_PORT;
599 ServerProperty.ADMIN_PORT,
617 ADSContext.ServerProperty.ADMIN_PORT,
691 {ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT},
702 ADSContext.ServerProperty.ADMIN_PORT},
906 desc.serverProperties.put(ServerProperty.ADMIN_PORT, adminPort
[all...]
H A DADSContext.java141 ADMIN_PORT("adminport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java93 ADMIN_PORT, enum constant in enum:ServerDescriptor.ServerProperty
428 ServerProperty.ADMIN_PORT);
458 ServerProperty.ADMIN_PORT);
506 p = (ArrayList<?>)serverProperties.get(ServerProperty.ADMIN_PORT);
546 portProp = ADSContext.ServerProperty.ADMIN_PORT;
598 ServerProperty.ADMIN_PORT,
616 ADSContext.ServerProperty.ADMIN_PORT,
690 {ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT},
701 ADSContext.ServerProperty.ADMIN_PORT},
905 desc.serverProperties.put(ServerProperty.ADMIN_PORT, adminPort
[all...]
H A DADSContext.java140 ADMIN_PORT("adminport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java94 ADMIN_PORT, enum constant in enum:ServerDescriptor.ServerProperty
429 ServerProperty.ADMIN_PORT);
459 ServerProperty.ADMIN_PORT);
507 p = (ArrayList<?>)serverProperties.get(ServerProperty.ADMIN_PORT);
547 portProp = ADSContext.ServerProperty.ADMIN_PORT;
599 ServerProperty.ADMIN_PORT,
617 ADSContext.ServerProperty.ADMIN_PORT,
691 {ServerProperty.ADMIN_ENABLED, ServerProperty.ADMIN_PORT},
702 ADSContext.ServerProperty.ADMIN_PORT},
906 desc.serverProperties.put(ServerProperty.ADMIN_PORT, adminPort
[all...]
H A DADSContext.java141 ADMIN_PORT("adminport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java387 v = serverProperties.get(ServerProperty.ADMIN_PORT);
397 serverProperties.get(ServerProperty.ADMIN_PORT);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java393 v = serverProperties.get(ServerProperty.ADMIN_PORT);
403 serverProperties.get(ServerProperty.ADMIN_PORT);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java393 v = serverProperties.get(ServerProperty.ADMIN_PORT);
403 serverProperties.get(ServerProperty.ADMIN_PORT);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java387 v = serverProperties.get(ServerProperty.ADMIN_PORT);
397 serverProperties.get(ServerProperty.ADMIN_PORT);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DServerLoader.java393 v = serverProperties.get(ServerProperty.ADMIN_PORT);
403 serverProperties.get(ServerProperty.ADMIN_PORT);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DServerLoader.java364 Object v = serverProperties.get(ServerProperty.ADMIN_PORT);
375 + serverProperties.get(ServerProperty.ADMIN_PORT);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2242 property = ServerDescriptor.ServerProperty.ADMIN_PORT;
2260 adsProperty = ADSContext.ServerProperty.ADMIN_PORT;
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2241 property = ServerDescriptor.ServerProperty.ADMIN_PORT;
2259 adsProperty = ADSContext.ServerProperty.ADMIN_PORT;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2242 property = ServerDescriptor.ServerProperty.ADMIN_PORT;
2260 adsProperty = ADSContext.ServerProperty.ADMIN_PORT;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2241 property = ServerDescriptor.ServerProperty.ADMIN_PORT;
2259 adsProperty = ADSContext.ServerProperty.ADMIN_PORT;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java2157 property = ServerDescriptor.ServerProperty.ADMIN_PORT;
2175 adsProperty = ADSContext.ServerProperty.ADMIN_PORT;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java2301 property = ServerDescriptor.ServerProperty.ADMIN_PORT;
2319 adsProperty = ADSContext.ServerProperty.ADMIN_PORT;

Completed in 379 milliseconds