Searched refs:URI (Results 201 - 225 of 257) sorted by relevance

1234567891011

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/status/
H A DStatusCli.java43 import java.net.URI;
293 final URI uri = new URI(ldapUrl);
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DRealmContextFilterTest.java27 import java.net.URI;
528 private URI createRequestURI(String hostname, String path, String postString) {
529 return URI.create("http://" + hostname + "/json/" + path + postString);
H A DRestRouterIT.java113 import java.net.URI;
419 .setUri(URI.create(uri));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java76 import java.net.URI;
1760 URI uri = new URI(e.getLdapUrl());
2237 URI uri = new URI(usedUrl);
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java75 import java.net.URI;
1759 URI uri = new URI(e.getLdapUrl());
2236 URI uri = new URI(usedUrl);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java76 import java.net.URI;
1760 URI uri = new URI(e.getLdapUrl());
2237 URI uri = new URI(usedUrl);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java75 import java.net.URI;
1759 URI uri = new URI(e.getLdapUrl());
2236 URI uri = new URI(usedUrl);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java34 import java.net.URI;
1667 URI uri = new URI(e.getLdapUrl());
2152 URI uri = new URI(usedUrl);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConfigService_ko.properties139 site-uri-misplace=\uc0ac\uc774\ud2b8 URL\uc5d0 \uc798\ubabb \ubc30\uce58\ub41c \ubc30\ud3ec URI: {0}
140 site-url-syntax-err=\uc798\ubabb\ub41c \uc0ac\uc774\ud2b8 URL \uad6c\ubb38\uc785\ub2c8\ub2e4. \ub204\ub77d \ub610\ub294 \uc798\ubabb\ub41c \ubc30\ud3ec URI: {0}
141 site-missing-svr-uri=\uc11c\ubc84 \ubc30\ud3ec URI \uac12 \ub204\ub77d: {0}
H A DServerConfigService_fr.properties139 site-uri-misplace=URI de d\u00e9ploiement mal plac\u00e9e dans l\u2019url de site : {0}
140 site-url-syntax-err=Syntaxe d\u2019URL de site non valide. URI de d\u00e9ploiement manquante ou non valide : {0}
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java52 import java.net.URI;
1808 URI uri = new URI(usedUrl);
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java51 import java.net.URI;
1807 URI uri = new URI(usedUrl);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java52 import java.net.URI;
1808 URI uri = new URI(usedUrl);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java52 import java.net.URI;
1808 URI uri = new URI(usedUrl);
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java51 import java.net.URI;
1807 URI uri = new URI(usedUrl);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java39 import java.net.URI;
1778 URI uri = new URI(usedUrl);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSUtils.java91 protected static final String URI = "uri"; field in class:SMSUtils
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java41 * XML name space URI
57 * SAMLv2 assertion namespace URI.
115 * String used to represent URI Binding.
117 public String URI = field in interface:SAML2Constants
118 "urn:oasis:names:tc:SAML:2.0:bindings:URI";
1261 * URI encoding
1263 public String URI_ENCODING = "URI";
1296 * XML Schema Instance namespace URI
1453 * ECP namespace URI.
1481 * SOAP envelope namespace URI
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Constants.java444 * (e.g., postal address, e-mail address, home page URI) may also be
446 * specifies the algorithm, preferably including a URI that can be used
554 * OPTIONAL. A URI identifying a human-readable web page with
667 * credentials, or mismatching authorization code and redirection URI).
678 * credentials, or mismatching authorization code and redirection URI).
696 * The redirection URI provided does not match a pre-registered value.
1074 public static final String URI = "uri"; field in class:OAuth2Constants.ResourceSets
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DServerInfoResource.java65 import java.net.URI;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/oauth2/
H A DOAuth2Constants.java391 * (e.g., postal address, e-mail address, home page URI) may also be
393 * specifies the algorithm, preferably including a URI that can be used
496 * OPTIONAL. A URI identifying a human-readable web page with
609 * credentials, or mismatching authorization code and redirection URI).
620 * credentials, or mismatching authorization code and redirection URI).
638 * The redirection URI provided does not match a pre-registered value.
1051 public static final String URI = "uri"; field in class:OAuth2Constants.ResourceSets
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java41 * XML name space URI
57 * SAMLv2 assertion namespace URI.
115 * String used to represent URI Binding.
117 public String URI = field in interface:SAML2Constants
118 "urn:oasis:names:tc:SAML:2.0:bindings:URI";
1270 * URI encoding
1272 public String URI_ENCODING = "URI";
1305 * XML Schema Instance namespace URI
1462 * ECP namespace URI.
1490 * SOAP envelope namespace URI
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java108 import java.net.URI;
1819 URI uri = new URI(e.getLdapUrl());
2296 URI uri = new URI(usedUrl);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java46 import java.net.URI;
1631 URI uri = new URI(getInfo().getAdminConnectorURL());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBrowseEntriesPanel.java45 import java.net.URI;
1630 URI uri = new URI(getInfo().getAdminConnectorURL());

Completed in 151 milliseconds

1234567891011