Searched defs:existingSchemaMap (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchemaModifications.java | 135 Map<String, ServiceSchemaImpl> existingSchemaMap = null; 138 existingSchemaMap = fetchExistingServiceAttributes(serviceName, adminToken); 146 if (calculateSchemaChanges(newSchemaMap, existingSchemaMap)) { 154 if (calculateSubSchemaChanges(newSchemaMap, existingSchemaMap)) { 163 if (calculateServiceModifications(newSchemaMap, existingSchemaMap)) { 186 Map<String, ServiceSchemaImpl> existingSchemaMap) throws UpgradeException { 191 if (!existingSchemaMap.containsKey(schemaName)) { 203 Map<String, ServiceSchemaImpl> existingSchemaMap) throws UpgradeException { 212 existingSchemaMap.get(newAttrSchemaEntry.getKey())); 261 Map<String, ServiceSchemaImpl> existingSchemaMap) throw 185 calculateSchemaChanges(Map<String, ServiceSchemaImpl> newSchemaMap, Map<String, ServiceSchemaImpl> existingSchemaMap) argument 202 calculateSubSchemaChanges(Map<String, ServiceSchemaImpl> newSchemaMap, Map<String, ServiceSchemaImpl> existingSchemaMap) argument 260 calculateServiceModifications(Map<String, ServiceSchemaImpl> newSchemaMap, Map<String, ServiceSchemaImpl> existingSchemaMap) argument [all...] |
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchemaModifications.java | 135 Map<String, ServiceSchemaImpl> existingSchemaMap = null; 138 existingSchemaMap = fetchExistingServiceAttributes(serviceName, adminToken); 146 if (calculateSchemaChanges(newSchemaMap, existingSchemaMap)) { 154 if (calculateSubSchemaChanges(newSchemaMap, existingSchemaMap)) { 163 if (calculateServiceModifications(newSchemaMap, existingSchemaMap)) { 186 Map<String, ServiceSchemaImpl> existingSchemaMap) throws UpgradeException { 191 if (!existingSchemaMap.containsKey(schemaName)) { 203 Map<String, ServiceSchemaImpl> existingSchemaMap) throws UpgradeException { 212 existingSchemaMap.get(newAttrSchemaEntry.getKey())); 261 Map<String, ServiceSchemaImpl> existingSchemaMap) throw 185 calculateSchemaChanges(Map<String, ServiceSchemaImpl> newSchemaMap, Map<String, ServiceSchemaImpl> existingSchemaMap) argument 202 calculateSubSchemaChanges(Map<String, ServiceSchemaImpl> newSchemaMap, Map<String, ServiceSchemaImpl> existingSchemaMap) argument 260 calculateServiceModifications(Map<String, ServiceSchemaImpl> newSchemaMap, Map<String, ServiceSchemaImpl> existingSchemaMap) argument [all...] |
Completed in 2713 milliseconds