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

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAdministrationDataSync.java74 private static final String LDAP_PORT = "ds-cfg-listen-port"; field in class:AdministrationDataSync
121 LDAP_PORT);
169 LDAP_PORT);
172 LDAP_PORT);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAdministrationDataSync.java75 private static final String LDAP_PORT = "ds-cfg-listen-port"; field in class:AdministrationDataSync
122 LDAP_PORT);
170 LDAP_PORT);
173 LDAP_PORT);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministrationDataSync.java75 private static final String LDAP_PORT = "ds-cfg-listen-port"; field in class:AdministrationDataSync
122 LDAP_PORT);
170 LDAP_PORT);
173 LDAP_PORT);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministrationDataSync.java74 private static final String LDAP_PORT = "ds-cfg-listen-port"; field in class:AdministrationDataSync
121 LDAP_PORT);
169 LDAP_PORT);
172 LDAP_PORT);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAdministrationDataSync.java75 private static final String LDAP_PORT = "ds-cfg-listen-port"; field in class:AdministrationDataSync
122 LDAP_PORT);
170 LDAP_PORT);
173 LDAP_PORT);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministrationDataSync.java66 private static final String LDAP_PORT = "ds-cfg-listen-port"; field in class:AdministrationDataSync
105 String adminPort = getAttr("cn=Administration Connector,cn=config", LDAP_PORT);
134 String ldapPort = getAttr("cn=LDAP Connection Handler,cn=Connection Handlers,cn=config", LDAP_PORT);
135 String ldapsPort = getAttr("cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config", LDAP_PORT);
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java85 LDAP_PORT, enum constant in enum:ServerDescriptor.ServerProperty
354 ServerProperty.LDAP_PORT);
490 ServerProperty.LDAP_PORT);
554 portProp = ADSContext.ServerProperty.LDAP_PORT;
597 ServerProperty.LDAP_PORT, ServerProperty.LDAPS_PORT,
614 ADSContext.ServerProperty.LDAP_PORT,
688 {ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT},
697 ADSContext.ServerProperty.LDAP_PORT},
829 desc.serverProperties.put(ServerProperty.LDAP_PORT, ldapPorts);
H A DADSContext.java124 LDAP_PORT("ldapport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java86 LDAP_PORT, enum constant in enum:ServerDescriptor.ServerProperty
355 ServerProperty.LDAP_PORT);
491 ServerProperty.LDAP_PORT);
555 portProp = ADSContext.ServerProperty.LDAP_PORT;
598 ServerProperty.LDAP_PORT, ServerProperty.LDAPS_PORT,
615 ADSContext.ServerProperty.LDAP_PORT,
689 {ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT},
698 ADSContext.ServerProperty.LDAP_PORT},
830 desc.serverProperties.put(ServerProperty.LDAP_PORT, ldapPorts);
H A DADSContext.java125 LDAP_PORT("ldapport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java86 LDAP_PORT, enum constant in enum:ServerDescriptor.ServerProperty
355 ServerProperty.LDAP_PORT);
491 ServerProperty.LDAP_PORT);
555 portProp = ADSContext.ServerProperty.LDAP_PORT;
598 ServerProperty.LDAP_PORT, ServerProperty.LDAPS_PORT,
615 ADSContext.ServerProperty.LDAP_PORT,
689 {ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT},
698 ADSContext.ServerProperty.LDAP_PORT},
830 desc.serverProperties.put(ServerProperty.LDAP_PORT, ldapPorts);
H A DADSContext.java125 LDAP_PORT("ldapport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java85 LDAP_PORT, enum constant in enum:ServerDescriptor.ServerProperty
354 ServerProperty.LDAP_PORT);
490 ServerProperty.LDAP_PORT);
554 portProp = ADSContext.ServerProperty.LDAP_PORT;
597 ServerProperty.LDAP_PORT, ServerProperty.LDAPS_PORT,
614 ADSContext.ServerProperty.LDAP_PORT,
688 {ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT},
697 ADSContext.ServerProperty.LDAP_PORT},
829 desc.serverProperties.put(ServerProperty.LDAP_PORT, ldapPorts);
H A DADSContext.java124 LDAP_PORT("ldapport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java86 LDAP_PORT, enum constant in enum:ServerDescriptor.ServerProperty
355 ServerProperty.LDAP_PORT);
491 ServerProperty.LDAP_PORT);
555 portProp = ADSContext.ServerProperty.LDAP_PORT;
598 ServerProperty.LDAP_PORT, ServerProperty.LDAPS_PORT,
615 ADSContext.ServerProperty.LDAP_PORT,
689 {ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT},
698 ADSContext.ServerProperty.LDAP_PORT},
830 desc.serverProperties.put(ServerProperty.LDAP_PORT, ldapPorts);
H A DADSContext.java125 LDAP_PORT("ldapport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DServerDescriptor.java81 LDAP_PORT, enum constant in enum:ServerDescriptor.ServerProperty
290 return getLDAPUrl0(ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT, false);
371 port = getPort(ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT, port);
439 return ADSContext.ServerProperty.LDAP_PORT;
476 ServerProperty.LDAP_PORT, ServerProperty.LDAPS_PORT,
493 ADSContext.ServerProperty.LDAP_PORT,
566 {ServerProperty.LDAP_ENABLED, ServerProperty.LDAP_PORT},
575 ADSContext.ServerProperty.LDAP_PORT},
708 desc.serverProperties.put(ServerProperty.LDAP_PORT, ldapPorts);
H A DADSContext.java99 LDAP_PORT("ldapport",ADSPropertySyntax.INTEGER), enum constant in enum:ADSContext.ServerProperty

Completed in 160 milliseconds