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

/forgerock/openam-v13/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/setup/
H A DSetupClientWARSamples.java60 private static final String TAG_SERVER_PROTOCOL = "SERVER_PROTOCOL"; field in class:SetupClientWARSamples
99 String protocol = (String)properties.get(TAG_SERVER_PROTOCOL);
/forgerock/openam/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/setup/
H A DSetupClientWARSamples.java60 private static final String TAG_SERVER_PROTOCOL = "SERVER_PROTOCOL"; field in class:SetupClientWARSamples
99 String protocol = (String)properties.get(TAG_SERVER_PROTOCOL);
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/source/com/sun/identity/samples/setup/
H A DMain.java66 private static final String TAG_SERVER_PROTOCOL = "SERVER_PROTOCOL"; field in class:Main
88 questions.add(TAG_SERVER_PROTOCOL);
168 defaultValue = properties.get(TAG_SERVER_PROTOCOL) + "://" +
173 defaultValue = properties.get(TAG_SERVER_PROTOCOL) + "://" +
215 String protocol = (String)properties.get(TAG_SERVER_PROTOCOL);
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/setup/
H A DSetupClientSDKSamples.java63 private static final String TAG_SERVER_PROTOCOL = "SERVER_PROTOCOL"; field in class:SetupClientSDKSamples
92 questions.add(TAG_SERVER_PROTOCOL);
145 defaultValue = properties.get(TAG_SERVER_PROTOCOL) + "://" +
188 String protocol = (String)properties.get(TAG_SERVER_PROTOCOL);
/forgerock/openam/openam-distribution/src/main/amserver/samples/source/com/sun/identity/samples/setup/
H A DMain.java66 private static final String TAG_SERVER_PROTOCOL = "SERVER_PROTOCOL"; field in class:Main
88 questions.add(TAG_SERVER_PROTOCOL);
168 defaultValue = properties.get(TAG_SERVER_PROTOCOL) + "://" +
173 defaultValue = properties.get(TAG_SERVER_PROTOCOL) + "://" +
215 String protocol = (String)properties.get(TAG_SERVER_PROTOCOL);
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/setup/
H A DSetupClientSDKSamples.java63 private static final String TAG_SERVER_PROTOCOL = "SERVER_PROTOCOL"; field in class:SetupClientSDKSamples
92 questions.add(TAG_SERVER_PROTOCOL);
145 defaultValue = properties.get(TAG_SERVER_PROTOCOL) + "://" +
188 String protocol = (String)properties.get(TAG_SERVER_PROTOCOL);

Completed in 48 milliseconds