Searched defs:choice (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DChoiceValidator.java51 * @param choice
58 public ValidationResult isChoiceValid(String choice, Map props, argument
65 if ((choice != null) && (choice.length() > 0)) {
75 if (choice.equalsIgnoreCase(val)) {
80 + ", with choice " + "=" + choice
86 if (choice.equals(val)) {
91 + ", with choice " + "=" + choice
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DChoiceValidator.java51 * @param choice
58 public ValidationResult isChoiceValid(String choice, Map props, argument
65 if ((choice != null) && (choice.length() > 0)) {
75 if (choice.equalsIgnoreCase(val)) {
80 + ", with choice " + "=" + choice
86 if (choice.equals(val)) {
91 + ", with choice " + "=" + choice
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java112 * @param choice Choice of type of configuration.
118 public String getXML(Set readonly, String choice) argument
125 boolean bLocal = (choice != null) && choice.equals("local");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java112 * @param choice Choice of type of configuration.
118 public String getXML(Set readonly, String choice) argument
125 boolean bLocal = (choice != null) && choice.equals("local");
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java141 private Integer choice; field in class:LDAPConnectionConsoleInteraction.Protocols
155 choice = i;
160 * Returns the choice number.
166 return choice;
191 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustMethod
205 choice = new Integer(i);
210 * Returns the choice number.
216 return choice;
241 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustOption
255 choice
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java140 private Integer choice; field in class:LDAPConnectionConsoleInteraction.Protocols
154 choice = i;
159 * Returns the choice number.
165 return choice;
190 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustMethod
204 choice = new Integer(i);
209 * Returns the choice number.
215 return choice;
240 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustOption
254 choice
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java141 private Integer choice; field in class:LDAPConnectionConsoleInteraction.Protocols
155 choice = i;
160 * Returns the choice number.
166 return choice;
191 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustMethod
205 choice = new Integer(i);
210 * Returns the choice number.
216 return choice;
241 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustOption
255 choice
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java141 private Integer choice; field in class:LDAPConnectionConsoleInteraction.Protocols
155 choice = i;
160 * Returns the choice number.
166 return choice;
191 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustMethod
205 choice = new Integer(i);
210 * Returns the choice number.
216 return choice;
241 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustOption
255 choice
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java140 private Integer choice; field in class:LDAPConnectionConsoleInteraction.Protocols
154 choice = i;
159 * Returns the choice number.
165 return choice;
190 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustMethod
204 choice = new Integer(i);
209 * Returns the choice number.
215 return choice;
240 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustOption
254 choice
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java212 private Integer choice; field in class:LDAPConnectionConsoleInteraction.Protocols
226 choice = i;
231 * Returns the choice number.
237 return choice;
262 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustMethod
276 choice = Integer.valueOf(i);
281 * Returns the choice number.
287 return choice;
311 private Integer choice; field in class:LDAPConnectionConsoleInteraction.TrustOption
325 choice
[all...]
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1209 choice = (String)reqDataHash.get(TOKEN
1211 if (choice == null) {
1212 choice = (String)reqDataHash.get(TOKEN_OLD + Integer.toString(i));
1216 loginDebug.message("choice : " + choice);
1221 if (choice == null) {
1223 loginDebug.message("No selected choice.");
1225 } else if (choice.indexOf("|") != -1) {
1226 StringTokenizer st = new StringTokenizer(choice, "|");
1234 choice
2168 public String choice = ""; field in class:LoginViewBean
[all...]
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1231 choice = (String)reqDataHash.get(TOKEN
1233 if (choice == null) {
1234 choice = (String)reqDataHash.get(TOKEN_OLD + Integer.toString(i));
1238 loginDebug.message("choice : " + choice);
1243 if (choice == null) {
1245 loginDebug.message("No selected choice.");
1247 } else if (choice.indexOf("|") != -1) {
1248 StringTokenizer st = new StringTokenizer(choice, "|");
1256 choice
2190 public String choice = ""; field in class:LoginViewBean
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsvnkit-javahl.jar ... org.apache.subversion.javahl.ConflictResult$Choice choice private String mergedPath public void " href="/source/s ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsvnkit-javahl.jar ... org.apache.subversion.javahl.ConflictResult$Choice choice private String mergedPath public void " href="/source/s ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 97 milliseconds

12