Searched refs:isOrgAttrSchema (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java84 SchemaType type, ServiceSchemaManager ssm, boolean isOrgAttrSchema)
90 this.orgAttrSchema = isOrgAttrSchema;
91 this.ss.isOrgAttrSchema = isOrgAttrSchema;
83 ServiceSchema(ServiceSchemaImpl ssi, String compName, SchemaType type, ServiceSchemaManager ssm, boolean isOrgAttrSchema) argument
H A DServiceSchemaImpl.java95 boolean isOrgAttrSchema; field in class:ServiceSchemaImpl
206 if ((isOrgAttrSchema)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java86 SchemaType type, ServiceSchemaManager ssm, boolean isOrgAttrSchema)
92 this.orgAttrSchema = isOrgAttrSchema;
93 this.ss.isOrgAttrSchema = isOrgAttrSchema;
85 ServiceSchema(ServiceSchemaImpl ssi, String compName, SchemaType type, ServiceSchemaManager ssm, boolean isOrgAttrSchema) argument
H A DServiceSchemaImpl.java99 boolean isOrgAttrSchema; field in class:ServiceSchemaImpl
210 if ((isOrgAttrSchema)
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1894 * @param isOrgAttrSchema boolean value indicating whether
1901 String attributeName, String schemaType, boolean isOrgAttrSchema)
1908 if (isOrgAttrSchema) {
3241 * @param isOrgAttrSchema boolean value true if the schema is of the type
3247 Set defaultValues, boolean isOrgAttrSchema)
3256 debug.message(classMethod + "isOrgAttrSchema :" + isOrgAttrSchema);
3259 if (isOrgAttrSchema) {
1900 getAttributeValue(String serviceName, String attributeName, String schemaType, boolean isOrgAttrSchema) argument
3245 removeAttributeDefaultValues(String serviceName, String schemaType, String attrName, Set defaultValues, boolean isOrgAttrSchema) argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1894 * @param isOrgAttrSchema boolean value indicating whether
1901 String attributeName, String schemaType, boolean isOrgAttrSchema)
1908 if (isOrgAttrSchema) {
3241 * @param isOrgAttrSchema boolean value true if the schema is of the type
3247 Set defaultValues, boolean isOrgAttrSchema)
3256 debug.message(classMethod + "isOrgAttrSchema :" + isOrgAttrSchema);
3259 if (isOrgAttrSchema) {
1900 getAttributeValue(String serviceName, String attributeName, String schemaType, boolean isOrgAttrSchema) argument
3245 removeAttributeDefaultValues(String serviceName, String schemaType, String attrName, Set defaultValues, boolean isOrgAttrSchema) argument

Completed in 62 milliseconds