Searched refs:globalSchema (Results 1 - 25 of 26) sorted by relevance

12

/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-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 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...]
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
/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 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...]
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
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyConfig.java256 ServiceSchema globalSchema = null;
259 globalSchema = getServiceSchemaManager().getGlobalSchema();
267 if (globalSchema != null) {
268 Map attributeDefaults = globalSchema.getAttributeDefaults();
332 ServiceSchema globalSchema = null;
335 globalSchema = getServiceSchemaManager().getGlobalSchema();
341 if (globalSchema != null) {
342 Map attributeDefaults = globalSchema.getAttributeDefaults();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyConfig.java256 ServiceSchema globalSchema = null;
259 globalSchema = getServiceSchemaManager().getGlobalSchema();
267 if (globalSchema != null) {
268 Map attributeDefaults = globalSchema.getAttributeDefaults();
332 ServiceSchema globalSchema = null;
335 globalSchema = getServiceSchemaManager().getGlobalSchema();
341 if (globalSchema != null) {
342 Map attributeDefaults = 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/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeAuditServiceStep.java82 final ServiceSchema globalSchema = ssm.getGlobalSchema();
83 final ServiceSchema csvSubSchema = globalSchema.getSubSchema("CSV");
84 final ServiceSchema syslogSubSchema = globalSchema.getSubSchema("Syslog");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java396 ServiceSchema globalSchema = ssm.getGlobalSchema();
397 if (globalSchema != null) {
398 Map attributeDefaults = globalSchema.getAttributeDefaults();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java393 ServiceSchema globalSchema = ssm.getGlobalSchema();
394 if (globalSchema != null) {
395 Map attributeDefaults = 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;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java168 ServiceSchema globalSchema = mgr.getGlobalSchema();
169 return globalSchema.getAttributeSchema(ATTR_NAME);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java171 ServiceSchema globalSchema = mgr.getGlobalSchema();
172 return globalSchema.getAttributeSchema(ATTR_NAME);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java184 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
186 AttributeSchema status = globalSchema.getAttributeSchema(
193 AttributeSchema bufferSize = globalSchema.getAttributeSchema(
/forgerock/openam/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java184 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
186 AttributeSchema status = globalSchema.getAttributeSchema(
193 AttributeSchema bufferSize = globalSchema.getAttributeSchema(
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java213 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
214 ServiceSchema ss = globalSchema.getSubSchema(
516 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
517 ServiceSchema s = globalSchema.getSubSchema("subschema");
553 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
554 ServiceSchema s = globalSchema.getSubSchema("subschema");
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java213 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
214 ServiceSchema ss = globalSchema.getSubSchema(
516 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
517 ServiceSchema s = globalSchema.getSubSchema("subschema");
553 ServiceSchema globalSchema = mgr.getSchema(SchemaType.GLOBAL);
554 ServiceSchema s = globalSchema.getSubSchema("subschema");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java893 ServiceSchema globalSchema = ssm.getGlobalSchema();
895 globalSchema.getAttributeDefaults();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java901 ServiceSchema globalSchema = ssm.getGlobalSchema();
903 globalSchema.getAttributeDefaults();

Completed in 769 milliseconds

12