Searched refs:Validator (Results 1 - 25 of 491) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/sessions/
H A DSessionValidatorTest.js22 var RouteTo, Strategy, validatePromise, Validator;
38 Validator = subject;
55 Validator.start("token", Strategy);
66 Validator.start("token", Strategy);
76 Validator.start("token", Strategy);
81 Validator.start("token", Strategy);
82 }).to.throw(Error, "Validator has already been started");
87 Validator.stop();
90 Validator.start("token", Strategy);
101 Validator
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/sessions/
H A DSessionValidatorTest.js25 let Validator;
41 Validator = subject;
58 Validator.start("token", Strategy);
69 Validator.start("token", Strategy);
79 Validator.start("token", Strategy);
84 Validator.start("token", Strategy);
85 }).to.throw(Error, "Validator has already been started");
90 Validator.stop();
93 Validator.start("token", Strategy);
104 Validator
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java36 * Tests for the Validator class.
49 boolean returnValue = Validator.ensureNotNull(NON_NULL);
55 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
61 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
67 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
73 boolean returnValue = Validator.ensureTrue(true);
79 boolean returnValue = Validator.ensureTrue(true, "some message");
91 Validator.ensureNotNull(null); // Should throw
98 Validator.ensureNotNull(param1, param2); // Should throw
112 Validator
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java35 * Tests for the Validator class.
48 boolean returnValue = Validator.ensureNotNull(NON_NULL);
54 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
60 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
66 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
72 boolean returnValue = Validator.ensureTrue(true);
78 boolean returnValue = Validator.ensureTrue(true, "some message");
90 Validator.ensureNotNull(null); // Should throw
97 Validator.ensureNotNull(param1, param2); // Should throw
111 Validator
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java36 * Tests for the Validator class.
49 boolean returnValue = Validator.ensureNotNull(NON_NULL);
55 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
61 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
67 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
73 boolean returnValue = Validator.ensureTrue(true);
79 boolean returnValue = Validator.ensureTrue(true, "some message");
91 Validator.ensureNotNull(null); // Should throw
98 Validator.ensureNotNull(param1, param2); // Should throw
112 Validator
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java35 * Tests for the Validator class.
48 boolean returnValue = Validator.ensureNotNull(NON_NULL);
54 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
60 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
66 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
72 boolean returnValue = Validator.ensureTrue(true);
78 boolean returnValue = Validator.ensureTrue(true, "some message");
90 Validator.ensureNotNull(null); // Should throw
97 Validator.ensureNotNull(param1, param2); // Should throw
111 Validator
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java36 * Tests for the Validator class.
49 boolean returnValue = Validator.ensureNotNull(NON_NULL);
55 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
61 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
67 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
73 boolean returnValue = Validator.ensureTrue(true);
79 boolean returnValue = Validator.ensureTrue(true, "some message");
91 Validator.ensureNotNull(null); // Should throw
98 Validator.ensureNotNull(param1, param2); // Should throw
112 Validator
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/validation/
H A DValidator.java25 * $Id: Validator.java,v 1.2 2008/06/25 05:53:07 qcheng Exp $
34 * Validator interface defines method for performing validation.
36 public interface Validator { interface
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/validation/
H A DValidator.java25 * $Id: Validator.java,v 1.2 2008/06/25 05:53:07 qcheng Exp $
34 * Validator interface defines method for performing validation.
36 public interface Validator { interface
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/wss/
H A DWSSValidatorFactory.java19 import org.apache.ws.security.validate.Validator;
24 * Defines the functionality necessary to produce instances of the org.apache.ws.security.validate.Validator instances
32 * @param tokenType The type of token which the Validator will validate
33 * @param validationInvocationContext The context in which the Validator will be invoked.
36 * @return The org.apache.ws.security.validate.Validator instance which can validate the specified tokenType
40 Validator getValidator(TokenType tokenType, ValidationInvocationContext validationInvocationContext,
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/wss/
H A DWSSValidatorFactory.java19 import org.apache.ws.security.validate.Validator;
24 * Defines the functionality necessary to produce instances of the org.apache.ws.security.validate.Validator instances
32 * @param tokenType The type of token which the Validator will validate
33 * @param validationInvocationContext The context in which the Validator will be invoked.
36 * @return The org.apache.ws.security.validate.Validator instance which can validate the specified tokenType
40 Validator getValidator(TokenType tokenType, ValidationInvocationContext validationInvocationContext,
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAdditionalLogItem.java31 import org.opends.server.util.Validator;
63 Validator.ensureNotNull(source, key);
84 Validator.ensureNotNull(source, key, value);
106 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAdditionalLogItem.java30 import org.opends.server.util.Validator;
62 Validator.ensureNotNull(source, key);
83 Validator.ensureNotNull(source, key, value);
105 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAdditionalLogItem.java31 import org.opends.server.util.Validator;
63 Validator.ensureNotNull(source, key);
84 Validator.ensureNotNull(source, key, value);
106 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAdditionalLogItem.java31 import org.opends.server.util.Validator;
63 Validator.ensureNotNull(source, key);
84 Validator.ensureNotNull(source, key, value);
106 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAdditionalLogItem.java30 import org.opends.server.util.Validator;
62 Validator.ensureNotNull(source, key);
83 Validator.ensureNotNull(source, key, value);
105 Validator.ensureNotNull(source, key, value);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/validation/
H A DValidator.java25 * $Id: Validator.java,v 1.5 2008/06/25 05:42:31 qcheng Exp $
35 * Validator interface defines method for performing validation.
38 * {@link com.sun.identity.shared.validation.Validator}
40 public interface Validator { interface
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/validation/
H A DValidator.java25 * $Id: Validator.java,v 1.5 2008/06/25 05:42:31 qcheng Exp $
35 * Validator interface defines method for performing validation.
38 * {@link com.sun.identity.shared.validation.Validator}
40 public interface Validator { interface
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java34 import org.opends.server.util.Validator;
52 Validator.ensureNotNull(connection);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java35 import org.opends.server.util.Validator;
53 Validator.ensureNotNull(connection);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java35 import org.opends.server.util.Validator;
53 Validator.ensureNotNull(connection);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java34 import org.opends.server.util.Validator;
52 Validator.ensureNotNull(connection);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java35 import org.opends.server.util.Validator;
53 Validator.ensureNotNull(connection);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java43 import org.opends.server.util.Validator;
92 Validator.ensureNotNull(expectedName);
93 Validator.ensureNotNull(expectedValues);
94 Validator.ensureTrue(expectedValues.length > 0);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java42 import org.opends.server.util.Validator;
91 Validator.ensureNotNull(expectedName);
92 Validator.ensureNotNull(expectedValues);
93 Validator.ensureTrue(expectedValues.length > 0);

Completed in 70 milliseconds

1234567891011>>