Searched defs:uriPath (Results 1 - 20 of 20) sorted by relevance

/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsCollectionProvider.java78 @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
80 super(schema, type, subSchemaPath, uriPath, serviceHasInstanceName, converter, debug);
77 SmsCollectionProvider(@ssisted SmsJsonConverter converter, @Assisted ServiceSchema schema, @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath, @Assisted boolean serviceHasInstanceName, @Named(�) Debug debug) argument
H A DSmsCollectionProviderFactory.java27 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
26 create(SmsJsonConverter converter, ServiceSchema schema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
H A DSmsGlobalSingletonProvider.java62 @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
64 super(globalConverter, globalSchema, dynamicSchema, type, subSchemaPath, uriPath, serviceHasInstanceName, debug);
58 SmsGlobalSingletonProvider(@ssisted SmsJsonConverter globalConverter, @Assisted(�) ServiceSchema globalSchema, @Assisted(�) @Nullable ServiceSchema organizationSchema, @Assisted(�) @Nullable ServiceSchema dynamicSchema, @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath, @Assisted boolean serviceHasInstanceName, @Named(�) Debug debug) argument
H A DSmsGlobalSingletonProviderFactory.java35 String uriPath, boolean serviceHasInstanceName);
32 create(SmsJsonConverter globalConverter, @Assisted(�) ServiceSchema globalSchema, @Assisted(�) ServiceSchema organizationSchema, @Assisted(�) ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
H A DSmsResourceProvider.java100 protected final List<String> uriPath; field in class:SmsResourceProvider
105 SmsResourceProvider(ServiceSchema schema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, argument
112 this.uriPath = uriPath == null ? Collections.<String>emptyList() : Arrays.asList(uriPath.split("/"));
165 if (uriPath.contains("{" + pathFragment + "}")) {
H A DSmsSingletonProvider.java77 @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
79 super(schema, type, subSchemaPath, uriPath, serviceHasInstanceName, converter, debug);
75 SmsSingletonProvider(@ssisted SmsJsonConverter converter, @Assisted(�) ServiceSchema schema, @Assisted(�) @Nullable ServiceSchema dynamicSchema, @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath, @Assisted boolean serviceHasInstanceName, @Named(�) Debug debug) argument
H A DSmsSingletonProviderFactory.java33 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
31 create(SmsJsonConverter converter, @Assisted(�) ServiceSchema schema, @Assisted(�) ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsCollectionProvider.java136 @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
140 super(schema, type, subSchemaPath, uriPath, serviceHasInstanceName, converter, debug, resourceBundleCache,
145 super.uriPath.size() == 1 && AUTO_CREATED_AUTHENTICATION_MODULES.containsValue(super.uriPath.get(0));
146 authModuleResourceName = autoCreatedAuthModule ? super.uriPath.get(0) : null;
135 SmsCollectionProvider(@ssisted SmsJsonConverter converter, @Assisted ServiceSchema schema, @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath, @Assisted boolean serviceHasInstanceName, @Named(�) Debug debug, @Named(�) AMResourceBundleCache resourceBundleCache, @Named(�) Locale defaultLocale) argument
H A DSmsCollectionProviderFactory.java27 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
26 create(SmsJsonConverter converter, ServiceSchema schema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
H A DSmsGlobalSingletonProvider.java81 @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
85 super(globalConverter, globalSchema, dynamicSchema, type, subSchemaPath, uriPath, serviceHasInstanceName, debug,
77 SmsGlobalSingletonProvider(@ssisted SmsJsonConverter globalConverter, @Assisted(�) ServiceSchema globalSchema, @Assisted(�) @Nullable ServiceSchema organizationSchema, @Assisted(�) @Nullable ServiceSchema dynamicSchema, @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath, @Assisted boolean serviceHasInstanceName, @Named(�) Debug debug, @Named(�) AMResourceBundleCache resourceBundleCache, @Named(�) Locale defaultLocale, AMIdentityRepositoryFactory idRepoFactory) argument
H A DSmsGlobalSingletonProviderFactory.java35 String uriPath, boolean serviceHasInstanceName);
32 create(SmsJsonConverter globalConverter, @Assisted(�) ServiceSchema globalSchema, @Assisted(�) ServiceSchema organizationSchema, @Assisted(�) ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
H A DSmsResourceProvider.java133 protected final List<String> uriPath; field in class:SmsResourceProvider
140 SmsResourceProvider(ServiceSchema schema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, argument
148 this.uriPath = uriPath == null ? Collections.<String>emptyList() : asList(uriPath.split("/"));
214 if (uriPath.contains("{" + subConfigName + "}")) {
H A DSmsSingletonProvider.java105 @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
109 super(schema, type, subSchemaPath, uriPath, serviceHasInstanceName, converter, debug, resourceBundleCache,
103 SmsSingletonProvider(@ssisted SmsJsonConverter converter, @Assisted(�) ServiceSchema schema, @Assisted(�) @Nullable ServiceSchema dynamicSchema, @Assisted SchemaType type, @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath, @Assisted boolean serviceHasInstanceName, @Named(�) Debug debug, @Named(�) AMResourceBundleCache resourceBundleCache, @Named(�) Locale defaultLocale, AMIdentityRepositoryFactory idRepoFactory) argument
H A DSmsSingletonProviderFactory.java33 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
31 create(SmsJsonConverter converter, @Assisted(�) ServiceSchema schema, @Assisted(�) ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName) argument
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProviderTest.java78 private String uriPath = ""; field in class:SmsResourceProviderTest
135 uriPath, true, jsonConverter, debug);
145 uriPath, true, jsonConverter, debug);
164 uriPath, true, jsonConverter, debug);
183 uriPath, false, jsonConverter, debug);
197 uriPath, false, jsonConverter, debug);
216 uriPath, false, jsonConverter, debug);
240 uriPath, false, jsonConverter, debug);
263 uriPath, false, jsonConverter, debug);
289 uriPath, fals
424 MySmsResourceProvider(ServiceSchema schema, SchemaType type, List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName, SmsJsonConverter converter, Debug debug) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DUtil.java62 * @param uriPath the uriPath (as returned by java.net.URI#getPath()
65 public static String getParentUriPath(String uriPath) { argument
66 int idx = uriPath.lastIndexOf('/');
68 if (uriPath.endsWith("/")) {
69 uriPath = uriPath.substring(0,idx); // trim trailing slash
70 idx = uriPath.lastIndexOf('/'); // move idx to parent context
73 return uriPath.substring(0, idx)+"/";
77 * Calculate the normalized form of the given uriPath
88 normalizeUriPath(String uriPath) argument
[all...]

Completed in 100 milliseconds