Searched refs:validate (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DURLValidator.java40 * string value to validate
45 public boolean validate(String value, String rule) { method in class:URLValidator
46 return validate(value);
57 public boolean validate(String value) { method in class:URLValidator
H A DDNValidator.java45 * string value to validate
50 public boolean validate(String value, String rule) { method in class:DNValidator
51 return validate(value);
62 public boolean validate(String value) { method in class:DNValidator
H A DFloatValidator.java42 * string value to validate
47 public boolean validate(String value, String rule) { method in class:FloatValidator
48 return validate(value);
59 public boolean validate(String value) { method in class:FloatValidator
H A DNumberValidator.java41 * string value to validate
46 public boolean validate(String value, String rule) { method in class:NumberValidator
47 return validate(value);
58 public boolean validate(String value) { method in class:NumberValidator
H A DAlphaValidator.java35 * This class implements IValidator interface. Use the validate method of this
36 * class to validate the string for alphabetic string. Pass the string to be
37 * alphabeticvalidated and optional rule to validate function. The function
49 * string value to validate
54 public boolean validate(String value, String rule) { method in class:AlphaValidator
55 return validate(value);
67 public boolean validate(String value) { method in class:AlphaValidator
H A DBooleanValidator.java41 * string value to validate
46 public boolean validate(String value, String rule) { method in class:BooleanValidator
47 // return validate( value );
60 public boolean validate(String value) { method in class:BooleanValidator
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DURLValidator.java40 * string value to validate
45 public boolean validate(String value, String rule) { method in class:URLValidator
46 return validate(value);
57 public boolean validate(String value) { method in class:URLValidator
H A DDNValidator.java45 * string value to validate
50 public boolean validate(String value, String rule) { method in class:DNValidator
51 return validate(value);
62 public boolean validate(String value) { method in class:DNValidator
H A DFloatValidator.java42 * string value to validate
47 public boolean validate(String value, String rule) { method in class:FloatValidator
48 return validate(value);
59 public boolean validate(String value) { method in class:FloatValidator
H A DNumberValidator.java41 * string value to validate
46 public boolean validate(String value, String rule) { method in class:NumberValidator
47 return validate(value);
58 public boolean validate(String value) { method in class:NumberValidator
H A DAlphaValidator.java35 * This class implements IValidator interface. Use the validate method of this
36 * class to validate the string for alphabetic string. Pass the string to be
37 * alphabeticvalidated and optional rule to validate function. The function
49 * string value to validate
54 public boolean validate(String value, String rule) { method in class:AlphaValidator
55 return validate(value);
67 public boolean validate(String value) { method in class:AlphaValidator
H A DBooleanValidator.java41 * string value to validate
46 public boolean validate(String value, String rule) { method in class:BooleanValidator
47 // return validate( value );
60 public boolean validate(String value) { method in class:BooleanValidator
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/validate/
H A Dpackage-info.java18 * The classes in this package pertain to the top-level validate operation exposed by the rest-sts. This operation
21 package org.forgerock.openam.sts.rest.operation.validate
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/validate/
H A Dpackage-info.java18 * The classes in this package pertain to the top-level validate operation exposed by the rest-sts. This operation
21 package org.forgerock.openam.sts.rest.operation.validate
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/validation/
H A DValidator.java45 public void validate(String strData) method in interface:Validator
55 public void validate(Set setData) method in interface:Validator
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/validation/
H A DValidator.java45 public void validate(String strData) method in interface:Validator
55 public void validate(Set setData) method in interface:Validator
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DIPAddressValidator.java46 * @param values the set of IP address to validate
49 public boolean validate(Set<String> values) { method in class:IPAddressValidator
52 if (!validate(value)) {
62 * @param value the IP address to validate
65 public boolean validate(String value) { method in class:IPAddressValidator
H A DServiceAttributeValidator.java54 * if ( DNValidator.validate(values) ) {
62 * the <code>Set</code> of attribute values to validate
65 boolean validate(Set<String> values); method in interface:ServiceAttributeValidator
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DValidationCallback.java41 * must validate <code>input</code> and return the decoded value
56 T validate(ConsoleApplication app, String input) throws CLIException; method in interface:ValidationCallback
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DValidationCallback.java40 * must validate <code>input</code> and return the decoded value
55 T validate(ConsoleApplication app, String input) throws CLIException; method in interface:ValidationCallback
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DValidationCallback.java41 * must validate <code>input</code> and return the decoded value
56 T validate(ConsoleApplication app, String input) throws CLIException; method in interface:ValidationCallback
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DValidationCallback.java41 * must validate <code>input</code> and return the decoded value
56 T validate(ConsoleApplication app, String input) throws CLIException; method in interface:ValidationCallback
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DValidationCallback.java40 * must validate <code>input</code> and return the decoded value
55 T validate(ConsoleApplication app, String input) throws CLIException; method in interface:ValidationCallback
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceAttributeValidator.java50 * if ( DNValidator.validate(values) ) {
58 * the <code>Set</code> of attribute values to validate
61 public boolean validate(Set values); method in interface:ServiceAttributeValidator
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/validation/
H A DValidator.java49 public void validate(String strData) method in interface:Validator
59 public void validate(Set setData) method in interface:Validator

Completed in 194 milliseconds

1234567891011>>