Searched defs:replaceAttributeSchema (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java793 public void replaceAttributeSchema(String attrName, Node attributeSchemaNode) throws SSOException, method in class:ServiceSchema
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java810 public void replaceAttributeSchema(String attrName, Node attributeSchemaNode) throws SSOException, method in class:ServiceSchema
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java766 replaceAttributeSchema(serviceName,
784 replaceAttributeSchema(serviceSchema, attrName, attributeSchemaNode);
1036 public static void replaceAttributeSchema( method in class:UpgradeUtils
1044 replaceAttributeSchema(ss, attributeName, attributeSchemaNode);
1057 public static void replaceAttributeSchema( method in class:UpgradeUtils
1061 String classMethod = "UpgradeUtils:replaceAttributeSchema: ";
1069 serviceSchema.replaceAttributeSchema(attributeName, attributeSchemaNode);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java766 replaceAttributeSchema(serviceName,
784 replaceAttributeSchema(serviceSchema, attrName, attributeSchemaNode);
1036 public static void replaceAttributeSchema( method in class:UpgradeUtils
1044 replaceAttributeSchema(ss, attributeName, attributeSchemaNode);
1057 public static void replaceAttributeSchema( method in class:UpgradeUtils
1061 String classMethod = "UpgradeUtils:replaceAttributeSchema: ";
1069 serviceSchema.replaceAttributeSchema(attributeName, attributeSchemaNode);

Completed in 54 milliseconds