Searched defs:clientQuestions (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/source/com/sun/identity/samples/setup/
H A DMain.java83 private static List clientQuestions = new ArrayList(); field in class:Main
94 clientQuestions.add(TAG_CLIENT_PROTOCOL);
95 clientQuestions.add(TAG_CLIENT_HOST);
96 clientQuestions.add(TAG_CLIENT_PORT);
97 clientQuestions.add(TAG_CLIENT_DEPLOY_URI);
138 for (Iterator i = clientQuestions.iterator(); i.hasNext(); ) {
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/setup/
H A DSetupClientSDKSamples.java87 private static List clientQuestions = new ArrayList(); field in class:SetupClientSDKSamples
/forgerock/openam/openam-distribution/src/main/amserver/samples/source/com/sun/identity/samples/setup/
H A DMain.java83 private static List clientQuestions = new ArrayList(); field in class:Main
94 clientQuestions.add(TAG_CLIENT_PROTOCOL);
95 clientQuestions.add(TAG_CLIENT_HOST);
96 clientQuestions.add(TAG_CLIENT_PORT);
97 clientQuestions.add(TAG_CLIENT_DEPLOY_URI);
138 for (Iterator i = clientQuestions.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/setup/
H A DSetupClientSDKSamples.java87 private static List clientQuestions = new ArrayList(); field in class:SetupClientSDKSamples

Completed in 31 milliseconds