/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsGlobalSingletonProviderFactory.java | 33 @Assisted("global") ServiceSchema globalSchema, @Assisted("organization") ServiceSchema organizationSchema, 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 D | SmsGlobalSingletonProvider.java | 55 private final ServiceSchema organizationSchema; field in class:SmsGlobalSingletonProvider 60 @Assisted("organization") @Nullable ServiceSchema organizationSchema, 65 this.organizationSchema = organizationSchema; 66 if (organizationSchema != null) { 67 this.organizationConverter = new SmsJsonConverter(organizationSchema); 76 if (organizationSchema != null) { 79 organizationSchema.setAttributeDefaults(defaults); 114 if (organizationSchema != null) { 115 value.add("defaults", organizationConverter.toJson(organizationSchema 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 [all...] |
H A D | SmsRequestHandler.java | 453 ServiceSchema organizationSchema = ssm.getOrganizationSchema(); 459 addGlobalPaths(resourceName, new ArrayList<ServiceSchema>(), globalSchema, organizationSchema, dynamicSchema, routes, DEFAULT_IGNORED_ROUTES, null); 460 } else if (organizationSchema != null) { 462 addGlobalPaths(resourceName, new ArrayList<ServiceSchema>(), organizationSchema, organizationSchema, dynamicSchema, routes, DEFAULT_IGNORED_ROUTES, null); 465 if (organizationSchema != null) { 467 addPaths(resourceName, new ArrayList<ServiceSchema>(), organizationSchema, dynamicSchema, routes, DEFAULT_IGNORED_ROUTES, null); 489 * @param organizationSchema The Organization Schema instance, or {@code null} if no organization schema is defined. 497 ServiceSchema organizationSchema, ServiceSchema dynamicSchema, Map<SmsRouteTree, Set<RouteMatcher<Request>>> serviceRoutes, 503 globalSchema, organizationSchema, dynamicSchem 496 addGlobalPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema globalSchema, ServiceSchema organizationSchema, ServiceSchema dynamicSchema, Map<SmsRouteTree, Set<RouteMatcher<Request>>> serviceRoutes, List<Pattern> ignoredRoutes, SmsRouteTree routeTree) argument [all...] |
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsGlobalSingletonProviderFactory.java | 33 @Assisted("global") ServiceSchema globalSchema, @Assisted("organization") ServiceSchema organizationSchema, 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 D | SmsGlobalSingletonProvider.java | 74 private final ServiceSchema organizationSchema; field in class:SmsGlobalSingletonProvider 79 @Assisted("organization") @Nullable ServiceSchema organizationSchema, 87 this.organizationSchema = organizationSchema; 88 if (organizationSchema != null) { 89 this.organizationConverter = new SmsJsonConverter(organizationSchema); 114 if (organizationSchema != null) { 117 organizationSchema.setAttributeDefaults(defaults); 140 if (schema != organizationSchema) { 147 if (organizationSchema ! 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 [all...] |
H A D | SmsRequestHandler.java | 456 ServiceSchema organizationSchema = ssm.getOrganizationSchema(); 462 addGlobalPaths("", new ArrayList<ServiceSchema>(), globalSchema, organizationSchema, 464 } else if (organizationSchema != null) { 466 addGlobalPaths("", new ArrayList<ServiceSchema>(), organizationSchema, organizationSchema, 470 if (organizationSchema != null) { 472 addPaths("", new ArrayList<ServiceSchema>(), organizationSchema, dynamicSchema, routes, 496 * @param organizationSchema The Organization Schema instance, or {@code null} if no organization schema is defined. 504 ServiceSchema organizationSchema, ServiceSchema dynamicSchema, Map<SmsRouteTree, 511 globalSchema, organizationSchema, dynamicSchem 503 addGlobalPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema globalSchema, ServiceSchema organizationSchema, ServiceSchema dynamicSchema, Map<SmsRouteTree, Set<RouteMatcher<Request>>> serviceRoutes, Pattern ignoredRoutes, SmsRouteTree routeTree) argument [all...] |