Searched defs:urls (Results 1 - 25 of 55) sorted by relevance

123

/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());
63 assertThat(list.toArray()).isEqualTo(urls("test2.com:50389", "test1.com:1389", "test3.com:2389").toArray());
65 assertThat(list.toArray()).isEqualTo(urls("test1.com:1389", "test2.com:50389").toArray());
68 assertThat(list.toArray()).isEqualTo(urls("test2.com:50389", "test1.com:1389", "test4.com:389").toArray());
71 private Set<LDAPURL> urls(String... urls) { argument
[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());
63 assertThat(list.toArray()).isEqualTo(urls("test2.com:50389", "test1.com:1389", "test3.com:2389").toArray());
65 assertThat(list.toArray()).isEqualTo(urls("test1.com:1389", "test2.com:50389").toArray());
68 assertThat(list.toArray()).isEqualTo(urls("test2.com:50389", "test1.com:1389", "test4.com:389").toArray());
71 private Set<LDAPURL> urls(String... urls) { argument
[all...]
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/
H A DCloseableURLClassLoader.java42 * @param urls Array of JAR URLs to load
45 public CloseableURLClassLoader(URL[] urls, ClassLoader parent) { argument
46 super(urls, parent);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionNotificationSender.java152 private Map<String, Set<SessionID>> urls; field in class:SessionNotificationSender.SessionNotificationSenderTask
164 this.urls = session.getSessionEventURLs(eventType, serviceConfig.getLogoutDestroyBroadcast());
179 urls.remove(globalUrl);
192 if (!urls.isEmpty()) {
193 for (Map.Entry<String, Set<SessionID>> entry : urls.entrySet()) {
222 if (urls == null) {
249 if (!urls.isEmpty()) {
250 for (Map.Entry<String, Set<SessionID>> entry: urls.entrySet()) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DAgentRemoteConfigUtils.java70 * @param urls The different URLs where the OpenAM Identity REST interface can be accessed.
76 public static Properties getAgentProperties(Vector<URL> urls, String tokenId, String profileName, String realm) argument
79 if (urls == null) {
84 for (URL url : urls) {
91 throw new AgentException("Unable to retrieve agent profile remotely from the following url(s): " + urls);
155 * @param urls Vector of OpenSSO server URLs.
158 public static String getServerVersion(Vector urls, Debug debug) { argument
161 if (urls == null || urls.size() == 0) {
164 int size = urls
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionNotificationSender.java140 private Map<String, Set<SessionID>> urls; field in class:SessionNotificationSender.SessionNotificationSenderTask
151 this.urls = event.getInternalSession().getSessionEventURLs();
154 if (!urls.isEmpty()) {
155 for (Map.Entry<String, Set<SessionID>> entry : urls.entrySet()) {
184 if (urls == null) {
189 if (!urls.isEmpty()) {
190 for (Map.Entry<String, Set<SessionID>> entry: urls.entrySet()) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerClient.java183 String[] urls = { url };
184 stub = new SOAPClient(urls);
201 * @param urls an array of <code>AssertionManager</code> service URLs that
205 public AssertionManagerClient(String[] urls) throws SAMLException { argument
208 stub = new SOAPClient(urls);
231 String[] urls = { iurl };
232 return (new SOAPClient(urls));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerClient.java183 String[] urls = { url };
184 stub = new SOAPClient(urls);
201 * @param urls an array of <code>AssertionManager</code> service URLs that
205 public AssertionManagerClient(String[] urls) throws SAMLException { argument
208 stub = new SOAPClient(urls);
231 String[] urls = { iurl };
232 return (new SOAPClient(urls));
/forgerock/web-agents-v4/tests/
H A Dtest_policy_cache.c570 char* urls[] = { local
591 for (i = 0; i < sizeof(urls)/sizeof(urls[0]); i++) {
596 buffer = get_policy_for_url(urls[i]);
606 for (i = 0; i < sizeof(urls)/sizeof(urls[0]); i++) {
615 request.orig_url = urls[i];
621 if (strcmp(result->resource, urls[i]) == 0) {
627 AM_LOG_ERROR(0, "Failed to match policy for URL %s, although results retrieved", urls[i]);
632 AM_LOG_ERROR(0, "Failed to retrieve policy for URL %s", urls[
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools-launcher/src/main/java/com/sun/identity/install/tools/launch/
H A DAdminToolLauncher.java258 private static void addFilePaths(File dir, ArrayList list, ArrayList urls) argument
260 addFilePaths(dir, list, urls, new ArrayList());
263 private static void addFilePaths(File dir, ArrayList list, ArrayList urls, argument
272 urls.add(nextFile.toURL());
/forgerock/openam/openam-tools/openam-installtools-launcher/src/main/java/com/sun/identity/install/tools/launch/
H A DAdminToolLauncher.java258 private static void addFilePaths(File dir, ArrayList list, ArrayList urls) argument
260 addFilePaths(dir, list, urls, new ArrayList());
263 private static void addFilePaths(File dir, ArrayList list, ArrayList urls, argument
272 urls.add(nextFile.toURL());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java107 String urls[]; field in class:SOAPClient
129 * <code>setUrls(String[] urls)</code> before
152 public SOAPClient(String urls[]) { argument
153 this.urls = urls;
173 if (urls != null) {
174 if (urlIndex >= urls.length) {
182 url = urls[urlIndex++];
346 void setURLs(String[] urls) { argument
347 this.urls
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java94 String urls[]; field in class:SOAPClient
99 * <code>setUrls(String[] urls)</code> before
122 public SOAPClient(String urls[]) { argument
123 this.urls = urls;
162 if (urls != null) {
163 if (urlIndex >= urls.length) {
171 url = urls[urlIndex++];
366 urls = new String[1];
367 urls[
370 setURLs(String[] urls) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java573 private static Properties getPropertiesFromRemote(Vector urls) argument
578 urls, tokenId, getProfileName(), getOrganizationName());
650 logMessage("AgentConfiguration: attribute service urls"
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java94 String urls[]; field in class:SOAPClient
99 * <code>setUrls(String[] urls)</code> before
122 public SOAPClient(String urls[]) { argument
123 this.urls = urls;
162 if (urls != null) {
163 if (urlIndex >= urls.length) {
171 url = urls[urlIndex++];
366 urls = new String[1];
367 urls[
370 setURLs(String[] urls) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java107 String urls[]; field in class:SOAPClient
129 * <code>setUrls(String[] urls)</code> before
152 public SOAPClient(String urls[]) { argument
153 this.urls = urls;
173 if (urls != null) {
174 if (urlIndex >= urls.length) {
182 url = urls[urlIndex++];
346 void setURLs(String[] urls) { argument
347 this.urls
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-launcher.jar ... .File location String[] extensions java.net.URL[] urls java.io.File[] matches static java.lang ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-launcher.jar ... .File location String[] extensions java.net.URL[] urls java.io.File[] matches static java.lang ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-launcher.jar ... .File location String[] extensions java.net.URL[] urls java.io.File[] matches static java.lang ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-launcher.jar ... .File location String[] extensions java.net.URL[] urls java.io.File[] matches static java.lang ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-launcher.jar ... .File location String[] extensions java.net.URL[] urls java.io.File[] matches static java.lang ...
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5225 * This function is to get the redirect url from a set of urls
5227 * clienttype|url, applications need to provide redirect urls
5232 * @param urls set of urls with client type.
5233 * @return redirect url from a set of urls for client type
5235 private String getRedirectUrl(Set urls) { argument
5237 //If the urls set is null, return the default url
5240 if ((urls != null) && (!urls.isEmpty())) {
5242 for (final Object url1 : urls) {
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5124 * This function is to get the redirect url from a set of urls
5126 * clienttype|url, applications need to provide redirect urls
5131 * @param urls set of urls with client type.
5132 * @return redirect url from a set of urls for client type
5134 private String getRedirectUrl(Set<String> urls) { argument
5136 //If the urls set is null, return the default url
5139 if ((urls != null) && (!urls.isEmpty())) {
5141 for (final String url : urls) {
[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/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 127 milliseconds

123