Searched refs:PROTOCOL (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/opendj2/resource/webstart/
H A Dcreate-webstart-standalone.sh51 if test -z "${PROTOCOL}"
53 PROTOCOL="http"
55 echo "PROTOCOL: ${PROTOCOL}"
78 INSTALLER_URI="${PROTOCOL}://${ADDRESS}${BASE_PATH}"
80 INSTALLER_URI="${PROTOCOL}://${ADDRESS}:${PORT}${BASE_PATH}"
/forgerock/opendj-b2.6/resource/webstart/
H A Dcreate-webstart-standalone.sh52 if test -z "${PROTOCOL}"
54 PROTOCOL="http"
56 echo "PROTOCOL: ${PROTOCOL}"
79 INSTALLER_URI="${PROTOCOL}://${ADDRESS}${BASE_PATH}"
81 INSTALLER_URI="${PROTOCOL}://${ADDRESS}:${PORT}${BASE_PATH}"
/forgerock/opendj2.6.2/resource/webstart/
H A Dcreate-webstart-standalone.sh52 if test -z "${PROTOCOL}"
54 PROTOCOL="http"
56 echo "PROTOCOL: ${PROTOCOL}"
79 INSTALLER_URI="${PROTOCOL}://${ADDRESS}${BASE_PATH}"
81 INSTALLER_URI="${PROTOCOL}://${ADDRESS}:${PORT}${BASE_PATH}"
/forgerock/opendj2-hg/resource/webstart/
H A Dcreate-webstart-standalone.sh51 if test -z "${PROTOCOL}"
53 PROTOCOL="http"
55 echo "PROTOCOL: ${PROTOCOL}"
78 INSTALLER_URI="${PROTOCOL}://${ADDRESS}${BASE_PATH}"
80 INSTALLER_URI="${PROTOCOL}://${ADDRESS}:${PORT}${BASE_PATH}"
/forgerock/opendj2-jel-hg/resource/webstart/
H A Dcreate-webstart-standalone.sh46 [[ -z ${PROTOCOL} ]] && PROTOCOL='http'
47 print "PROTOCOL: ${PROTOCOL}"
59 [[ -z ${PORT} ]] && INSTALLER_URI="${PROTOCOL}://${ADDRESS}${BASE_PATH}" || \
60 INSTALLER_URI="${PROTOCOL}://${ADDRESS}:${PORT}${BASE_PATH}"
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDebugLogCategory.java95 public static final LogCategory PROTOCOL = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDebugLogCategory.java94 public static final LogCategory PROTOCOL = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDebugLogCategory.java95 public static final LogCategory PROTOCOL = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDebugLogCategory.java95 public static final LogCategory PROTOCOL = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDebugLogCategory.java94 public static final LogCategory PROTOCOL = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DCategory.java63 PROTOCOL(0x00200000), enum constant in enum:Category
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DCategory.java64 PROTOCOL(0x00200000), enum constant in enum:Category
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DCategory.java64 PROTOCOL(0x00200000), enum constant in enum:Category
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DCategory.java63 PROTOCOL(0x00200000), enum constant in enum:Category
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DCategory.java64 PROTOCOL(0x00200000), enum constant in enum:Category
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DServiceConstants.java44 static final String PROTOCOL = "protocol"; field in interface:ServiceConstants
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModel.java45 public static final String PROTOCOL = "protocol"; field in interface:EntityModel
H A DEntityModelImpl.java118 data.put(PROTOCOL, SAMLV2);
169 data.put(PROTOCOL, IDFF);
216 data.put(PROTOCOL, WSFED);
261 String protocol = (String)data.remove(PROTOCOL);
/forgerock/opendj-v3/opendj-server-legacy/src/messages/src/org/opends/messages/
H A DCategory.java63 PROTOCOL(0x00200000), enum constant in enum:Category
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModel.java45 public static final String PROTOCOL = "protocol"; field in interface:EntityModel
H A DEntityModelImpl.java118 data.put(PROTOCOL, SAMLV2);
169 data.put(PROTOCOL, IDFF);
216 data.put(PROTOCOL, WSFED);
261 String protocol = (String)data.remove(PROTOCOL);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DRequestDebugUtils.java59 writeln(buff, PROTOCOL, request.getProtocol());
294 private static final String PROTOCOL = "\tProtocol\t\t: "; field in class:RequestDebugUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java80 static final String PROTOCOL = "protocol"; field in class:BootstrapData
190 m.put( PROTOCOL, proto);
561 String protocol = (String)configuration.get(PROTOCOL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapData.java66 static final String PROTOCOL = "protocol"; field in class:BootstrapData
471 String protocol = (String)configuration.get(PROTOCOL);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DConsoleDebugLogPublisher.java408 LogCategory category = DebugLogCategory.PROTOCOL;

Completed in 240 milliseconds

12