Searched refs:URI (Results 176 - 200 of 257) sorted by relevance

1234567891011

/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dserializer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xml/ org/apache/xml/serializer/ ...
/forgerock/openidm-v4/openidm-external-rest/src/main/java/org/forgerock/openidm/external/rest/
H A DRestService.java26 import java.net.URI;
477 Reference ref = new Reference(new URI(headerValue));
533 Reference ref = new Reference(new URI(headerValue));
604 Reference ref = new Reference(new URI(headerValue));
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConfigService_es.properties139 site-uri-misplace=URI de instalaci\u00f3n extraviado en URL del sitio: {0}
140 site-url-syntax-err=Sintaxis de la URL del sitio no v\u00e1lida. Falta el URI de instalaci\u00f3n o no es v\u00e1lido: {0}
141 site-missing-svr-uri=Falta el valor URI de instalaci\u00f3n del servidor: {0}
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DRestRouterIT.java110 import java.net.URI;
407 .setUri(URI.create(uri));
H A DRealmContextFilterTest.java27 import java.net.URI;
507 private URI createRequestURI(String hostname, String path, String postString) {
508 return URI.create("http://" + hostname + "/json/" + path + postString);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java188 public static final SecurityParameter URI = field in class:IdentityServicesHandler.SecurityParameter
189 new SecurityParameter("URI");
696 * Gets the realm being used for this request by parsing the query parameters on the URI parameter (if present).
702 final String uri = SecurityParameter.URI.getString(request);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedazure/tools/shared/
H A DODataUtils.groovy160 * Build a URI pointing to an Entity
167 static URI buildEntityURI(URIBuilder builder, EdmEntityType edmEntityType, String id) {
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DSchemaSlurper.groovy130 typeMap.put(JAVA_TYPE_URI, URI.class);
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/installer/
H A DJSONConfigInstaller.java29 import java.net.URI;
385 return new File(URI.create(key));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java188 public static final SecurityParameter URI = field in class:IdentityServicesHandler.SecurityParameter
189 new SecurityParameter("URI");
696 * Gets the realm being used for this request by parsing the query parameters on the URI parameter (if present).
702 final String uri = SecurityParameter.URI.getString(request);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstanceImpl.java117 // Get the URI
285 buff.append(" ").append(SMSUtils.URI).append("=\"").append(uri)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstanceImpl.java117 // Get the URI
285 buff.append(" ").append(SMSUtils.URI).append("=\"").append(uri)
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/status/
H A DStatusCli.java40 import java.net.URI;
354 URI uri = new URI(ldapUrl);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java40 import java.net.URI;
695 URI uri = new URI(usedUrl);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java39 import java.net.URI;
694 URI uri = new URI(usedUrl);
/forgerock/opendj2/src/server/org/opends/server/tools/status/
H A DStatusCli.java39 import java.net.URI;
336 URI uri = new URI(ldapUrl);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/status/
H A DStatusCli.java40 import java.net.URI;
354 URI uri = new URI(ldapUrl);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java40 import java.net.URI;
695 URI uri = new URI(usedUrl);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java39 import java.net.URI;
694 URI uri = new URI(usedUrl);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java40 import java.net.URI;
354 URI uri = new URI(ldapUrl);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java39 import java.net.URI;
336 URI uri = new URI(ldapUrl);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java40 import java.net.URI;
695 URI uri = new URI(usedUrl);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java36 import java.net.URI;
651 URI uri = new URI(usedUrl);

Completed in 101 milliseconds

1234567891011