Searched defs:globalSchema (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsGlobalSingletonProviderFactory.java33 @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 DSmsGlobalSingletonProvider.java59 @Assisted("global") ServiceSchema globalSchema,
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 DSmsRequestHandler.java456 ServiceSchema globalSchema = ssm.getGlobalSchema();
457 if (hasGlobalSchema(globalSchema)) {
459 addGlobalPaths(resourceName, new ArrayList<ServiceSchema>(), globalSchema, organizationSchema, dynamicSchema, routes, DEFAULT_IGNORED_ROUTES, null);
476 private boolean hasGlobalSchema(ServiceSchema globalSchema) throws SMSException { argument
477 return globalSchema != null
478 && !globalSchema.getAttributeSchemaNames().isEmpty()
479 && !globalSchema.getSubSchemaNames().isEmpty();
488 * @param globalSchema The Global Schema instance.
496 private void addGlobalPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema globalSchema, argument
499 String schemaName = globalSchema
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsGlobalSingletonProviderFactory.java33 @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 DSmsGlobalSingletonProvider.java78 @Assisted("global") ServiceSchema globalSchema,
85 super(globalConverter, globalSchema, dynamicSchema, type, subSchemaPath, uriPath, serviceHasInstanceName, debug,
93 initDescription(globalSchema);
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 DSmsRequestHandler.java459 ServiceSchema globalSchema = ssm.getGlobalSchema();
460 if (hasGlobalSchema(globalSchema)) {
462 addGlobalPaths("", new ArrayList<ServiceSchema>(), globalSchema, organizationSchema,
483 private boolean hasGlobalSchema(ServiceSchema globalSchema) throws SMSException { argument
484 return globalSchema != null
485 && (!globalSchema.getAttributeSchemaNames().isEmpty()
486 || !globalSchema.getSubSchemaNames().isEmpty());
495 * @param globalSchema The Global Schema instance.
503 private void addGlobalPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema globalSchema, argument
507 String schemaName = globalSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationInstance.java51 private ServiceSchema globalSchema = null; field in class:AMAuthenticationInstance
69 globalSchema = global;
110 if (globalSchema != null) {
111 global = globalSchema.getAttributeDefaults();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationInstance.java51 private ServiceSchema globalSchema = null; field in class:AMAuthenticationInstance
69 globalSchema = global;
110 if (globalSchema != null) {
111 global = globalSchema.getAttributeDefaults();
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/scripting/
H A DScriptingSchemaStep.java104 ServiceSchema globalSchema = schemaManager.getGlobalSchema();
105 if (globalSchema == null || globalSchema.getAttributeDefaults().isEmpty()) {
109 captureEngineConfiguration(globalSchema);
129 private void captureEngineConfiguration(ServiceSchema globalSchema) { argument
132 Map<String, Set<String>> schemaAttributes = globalSchema.getAttributeDefaults();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/scripting/
H A DScriptingSchemaStep.java105 ServiceSchema globalSchema = schemaManager.getGlobalSchema();
106 if (globalSchema == null || globalSchema.getAttributeDefaults().isEmpty()) {
110 captureEngineConfiguration(globalSchema);
130 private void captureEngineConfiguration(ServiceSchema globalSchema) { argument
133 Map<String, Set<String>> schemaAttributes = globalSchema.getAttributeDefaults();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java69 ServiceSchema globalSchema; field in class:SubConfigMeta
183 globalSchema = schemaMgr.getGlobalSchema();
199 return (globalSchema != null) &&
282 corrSchema = globalSchema;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java69 ServiceSchema globalSchema; field in class:SubConfigMeta
183 globalSchema = schemaMgr.getGlobalSchema();
199 return (globalSchema != null) &&
282 corrSchema = globalSchema;

Completed in 61 milliseconds