Searched defs:url (Results 1 - 25 of 560) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DWebBrowserLauncher.java43 * @param url the url to be used to launch the web browser.
46 public static void openURL(String url) throws WebBrowserException argument
55 openURL.invoke(null, url);
59 String[] cmd = {"rundll32", "url.dll,FileProtocolHandler", url};
81 throw new WebBrowserException(url, // TODO: i18n
87 { browser, url });
92 throw new WebBrowserException(url, // TODO: i18n
96 throw new WebBrowserException(url, // TOD
[all...]
H A DWebBrowserException.java41 private String url; field in class:WebBrowserException
45 * @param url the url that we were trying to display.
49 public WebBrowserException(String url, Message msg, Throwable rootCause) argument
52 this.url = url;
56 * Returns the url that we were trying to display when the exception occurred.
57 * @return the url that we were trying to display when the exception occurred.
61 return this.url;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DWebBrowserLauncher.java44 * @param url the url to be used to launch the web browser.
47 public static void openURL(String url) throws WebBrowserException argument
56 openURL.invoke(null, url);
60 String[] cmd = {"rundll32", "url.dll,FileProtocolHandler", url};
82 throw new WebBrowserException(url, // TODO: i18n
88 { browser, url });
93 throw new WebBrowserException(url, // TODO: i18n
97 throw new WebBrowserException(url, // TOD
[all...]
H A DWebBrowserException.java42 private String url; field in class:WebBrowserException
46 * @param url the url that we were trying to display.
50 public WebBrowserException(String url, Message msg, Throwable rootCause) argument
53 this.url = url;
57 * Returns the url that we were trying to display when the exception occurred.
58 * @return the url that we were trying to display when the exception occurred.
62 return this.url;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DWebBrowserLauncher.java44 * @param url the url to be used to launch the web browser.
47 public static void openURL(String url) throws WebBrowserException argument
56 openURL.invoke(null, url);
60 String[] cmd = {"rundll32", "url.dll,FileProtocolHandler", url};
82 throw new WebBrowserException(url, // TODO: i18n
88 { browser, url });
93 throw new WebBrowserException(url, // TODO: i18n
97 throw new WebBrowserException(url, // TOD
[all...]
H A DWebBrowserException.java42 private String url; field in class:WebBrowserException
46 * @param url the url that we were trying to display.
50 public WebBrowserException(String url, Message msg, Throwable rootCause) argument
53 this.url = url;
57 * Returns the url that we were trying to display when the exception occurred.
58 * @return the url that we were trying to display when the exception occurred.
62 return this.url;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DWebBrowserLauncher.java43 * @param url the url to be used to launch the web browser.
46 public static void openURL(String url) throws WebBrowserException argument
55 openURL.invoke(null, url);
59 String[] cmd = {"rundll32", "url.dll,FileProtocolHandler", url};
81 throw new WebBrowserException(url, // TODO: i18n
87 { browser, url });
92 throw new WebBrowserException(url, // TODO: i18n
96 throw new WebBrowserException(url, // TOD
[all...]
H A DWebBrowserException.java41 private String url; field in class:WebBrowserException
45 * @param url the url that we were trying to display.
49 public WebBrowserException(String url, Message msg, Throwable rootCause) argument
52 this.url = url;
56 * Returns the url that we were trying to display when the exception occurred.
57 * @return the url that we were trying to display when the exception occurred.
61 return this.url;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DWebBrowserLauncher.java44 * @param url the url to be used to launch the web browser.
47 public static void openURL(String url) throws WebBrowserException argument
56 openURL.invoke(null, url);
60 String[] cmd = {"rundll32", "url.dll,FileProtocolHandler", url};
82 throw new WebBrowserException(url, // TODO: i18n
88 { browser, url });
93 throw new WebBrowserException(url, // TODO: i18n
97 throw new WebBrowserException(url, // TOD
[all...]
H A DWebBrowserException.java42 private String url; field in class:WebBrowserException
46 * @param url the url that we were trying to display.
50 public WebBrowserException(String url, Message msg, Throwable rootCause) argument
53 this.url = url;
57 * Returns the url that we were trying to display when the exception occurred.
58 * @return the url that we were trying to display when the exception occurred.
62 return this.url;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DWebBrowserLauncher.java47 * @param url the url to be used to launch the web browser.
50 public static void openURL(String url) throws WebBrowserException argument
59 openURL.invoke(null, url);
63 String[] cmd = {"rundll32", "url.dll,FileProtocolHandler", url};
85 throw new WebBrowserException(url, // TODO: i18n
91 { browser, url });
96 throw new WebBrowserException(url, // TODO: i18n
100 throw new WebBrowserException(url, // TOD
[all...]
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DHttpURLConnectionFactory.java25 * one that calls HttpURLConnectionManager.getConnection(url), and one that simple obtains the connection from the url
28 * context of the soap-sts, a default implementation, which provides a connection by invoking the url, will be bound.
33 HttpURLConnection getHttpURLConnection(URL url) throws IOException; argument
H A DOpenAMHttpURLConnectionFactory.java30 public HttpURLConnection getHttpURLConnection(URL url) throws IOException { argument
31 return HttpURLConnectionManager.getConnection(url);
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/url/
H A Dpackage-info.java22 * the AuthTargetMapping for the rest-sts instance, and returns the url defining the authN target for the specific token
25 package org.forgerock.openam.sts.token.validator.url
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DHttpURLConnectionFactory.java25 * one that calls HttpURLConnectionManager.getConnection(url), and one that simple obtains the connection from the url
28 * context of the soap-sts, a default implementation, which provides a connection by invoking the url, will be bound.
33 HttpURLConnection getHttpURLConnection(URL url) throws IOException; argument
H A DOpenAMHttpURLConnectionFactory.java30 public HttpURLConnection getHttpURLConnection(URL url) throws IOException { argument
31 return HttpURLConnectionManager.getConnection(url);
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/url/
H A Dpackage-info.java22 * the AuthTargetMapping for the rest-sts instance, and returns the url defining the authN target for the specific token
25 package org.forgerock.openam.sts.token.validator.url
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DUserDNTypeURL.java44 private LDAPURL url; field in class:UserDNTypeURL
51 * @param url The URL itself from the ACI "userdn" string expression.
53 UserDNTypeURL(EnumUserDNType dnType, LDAPURL url) { argument
54 this.url=url;
70 return this.url;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DUserDNTypeURL.java45 private LDAPURL url; field in class:UserDNTypeURL
52 * @param url The URL itself from the ACI "userdn" string expression.
54 UserDNTypeURL(EnumUserDNType dnType, LDAPURL url) { argument
55 this.url=url;
71 return this.url;
/forgerock/opendj2/src/build-tools/javax/jnlp/
H A DDownloadService.java49 public boolean isResourceCached(java.net.URL url, String version); argument
50 public void removeResource(java.net.URL url, String version) argument
/forgerock/opendj-b2.6/src/build-tools/javax/jnlp/
H A DDownloadService.java50 public boolean isResourceCached(java.net.URL url, String version); argument
51 public void removeResource(java.net.URL url, String version) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DUserDNTypeURL.java45 private LDAPURL url; field in class:UserDNTypeURL
52 * @param url The URL itself from the ACI "userdn" string expression.
54 UserDNTypeURL(EnumUserDNType dnType, LDAPURL url) { argument
55 this.url=url;
71 return this.url;
/forgerock/opendj2.6.2/src/build-tools/javax/jnlp/
H A DDownloadService.java50 public boolean isResourceCached(java.net.URL url, String version); argument
51 public void removeResource(java.net.URL url, String version) argument
/forgerock/opendj2-hg/src/build-tools/javax/jnlp/
H A DDownloadService.java49 public boolean isResourceCached(java.net.URL url, String version); argument
50 public void removeResource(java.net.URL url, String version) argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserDNTypeURL.java44 private LDAPURL url; field in class:UserDNTypeURL
51 * @param url The URL itself from the ACI "userdn" string expression.
53 UserDNTypeURL(EnumUserDNType dnType, LDAPURL url) { argument
54 this.url=url;
70 return this.url;

Completed in 44 milliseconds

1234567891011>>