Searched refs:toArray (Results 1 - 25 of 821) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-ldap-utils/src/test/java/org/forgerock/openam/ldap/
H A DLDAPPriorityListingTest.java42 assertThat(list.toArray()).isEqualTo(urls("test3.com", "test1.com", "test2.com").toArray());
48 assertThat(list.toArray()).isEqualTo(urls("test3.com:2389", "test2.com:50389", "test1.com:1389").toArray());
51 assertThat(list.toArray()).isEqualTo(urls("test1.com:1389", "test3.com:2389", "test2.com:50389").toArray());
54 assertThat(list.toArray()).isEqualTo(urls("test3.com:2389", "test1.com:1389", "test2.com:50389").toArray());
57 assertThat(list.toArray()).isEqualTo(urls("test2.com:50389", "test1.com:1389", "test3.com:2389").toArray());
[all...]
/forgerock/openam/openam-ldap-utils/src/test/java/org/forgerock/openam/ldap/
H A DLDAPPriorityListingTest.java42 assertThat(list.toArray()).isEqualTo(urls("test3.com", "test1.com", "test2.com").toArray());
48 assertThat(list.toArray()).isEqualTo(urls("test3.com:2389", "test2.com:50389", "test1.com:1389").toArray());
51 assertThat(list.toArray()).isEqualTo(urls("test1.com:1389", "test3.com:2389", "test2.com:50389").toArray());
54 assertThat(list.toArray()).isEqualTo(urls("test3.com:2389", "test1.com:1389", "test2.com:50389").toArray());
57 assertThat(list.toArray()).isEqualTo(urls("test2.com:50389", "test1.com:1389", "test3.com:2389").toArray());
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java187 public Object[] toArray() method in class:TestSynchronousReplayQueue
189 return this.list.toArray();
193 public <T> T[] toArray(T[] a) method in class:TestSynchronousReplayQueue
195 return this.list.toArray(a);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java186 public Object[] toArray() method in class:TestSynchronousReplayQueue
188 return this.list.toArray();
192 public <T> T[] toArray(T[] a) method in class:TestSynchronousReplayQueue
194 return this.list.toArray(a);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java187 public Object[] toArray() method in class:TestSynchronousReplayQueue
189 return this.list.toArray();
193 public <T> T[] toArray(T[] a) method in class:TestSynchronousReplayQueue
195 return this.list.toArray(a);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java186 public Object[] toArray() method in class:TestSynchronousReplayQueue
188 return this.list.toArray();
192 public <T> T[] toArray(T[] a) method in class:TestSynchronousReplayQueue
194 return this.list.toArray(a);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java187 public Object[] toArray() method in class:TestSynchronousReplayQueue
189 return this.list.toArray();
193 public <T> T[] toArray(T[] a) method in class:TestSynchronousReplayQueue
195 return this.list.toArray(a);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DParameters.java65 parameters = (Object[]) vecParameters.toArray(new Object[0]);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashSet.java128 public Object[] toArray() { method in class:CaseInsensitiveHashSet
129 return toArray(null);
155 public Object[] toArray(Object[] a) { method in class:CaseInsensitiveHashSet
157 Object[] arr = super.toArray();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DConsoleException.java59 super(errors.toArray().toString());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java185 public Object[] toArray() method in class:TestSynchronousReplayQueue
187 return this.list.toArray();
191 public <T> T[] toArray(T[] a) method in class:TestSynchronousReplayQueue
193 return this.list.toArray(a);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DManagedObjectSchema.java148 for (String relationshipFieldToken : relationshipField.toArray()) {
159 if (fieldToMatch.toArray().length > 1) {
162 } else if (fieldToMatch.toArray().length == 1) {
172 if (fieldToMatch.toArray().length > 0) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashSet.java128 public Object[] toArray() { method in class:CaseInsensitiveHashSet
129 return toArray(null);
155 public Object[] toArray(Object[] a) { method in class:CaseInsensitiveHashSet
157 Object[] arr = super.toArray();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DConsoleException.java59 super(errors.toArray().toString());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DParameters.java65 parameters = (Object[]) vecParameters.toArray(new Object[0]);
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/delegates/
H A DResourceDelegate.js82 return AbstractDelegate.prototype.createEntity.apply(_.extend({}, AbstractDelegate.prototype, this, {"serviceUrl": serviceUrl}), _.toArray(arguments).slice(1));
85 return AbstractDelegate.prototype.readEntity.apply(_.extend({}, AbstractDelegate.prototype, this, {"serviceUrl": serviceUrl}), _.toArray(arguments).slice(1));
88 return AbstractDelegate.prototype.updateEntity.apply(_.extend({}, AbstractDelegate.prototype, this, {"serviceUrl": serviceUrl}), _.toArray(arguments).slice(1));
114 return AbstractDelegate.prototype.patchEntityDifferences.apply(_.extend({}, AbstractDelegate.prototype, this, {"serviceUrl": serviceUrl}), _.toArray(arguments).slice(1));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetException.java76 super(errors.toArray().toString());
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DPrincipalRestUtils.java57 Principal[] principalArray = (subject.getPrincipals().toArray(new Principal[subject.getPrincipals().size()]));
/forgerock/openam-v13/openam-authentication/openam-auth-scripted/src/main/java/org/forgerock/openam/authentication/modules/scripted/
H A DScriptHttpRequestWrapper.java88 return headers.toArray(new String[headers.size()]);
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DPrincipalRestUtils.java57 Principal[] principalArray = (subject.getPrincipals().toArray(new Principal[subject.getPrincipals().size()]));
/forgerock/openam/openam-authentication/openam-auth-scripted/src/main/java/org/forgerock/openam/authentication/modules/scripted/
H A DScriptHttpRequestWrapper.java88 return headers.toArray(new String[headers.size()]);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetException.java76 super(errors.toArray().toString());
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java163 loggerStorage.getLogPublishers().toArray(new DebugLogPublisher[0]);
200 new DebugTracer(loggerStorage.getLogPublishers().toArray(
/forgerock/opendj2/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java162 loggerStorage.getLogPublishers().toArray(new DebugLogPublisher[0]);
199 new DebugTracer(loggerStorage.getLogPublishers().toArray(
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DRestartServerTask.java152 arguments.toArray(args);
186 arguments.toArray(args);

Completed in 105 milliseconds

1234567891011>>