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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java525 public void removeAttributeSchema(String attrName) throws SSOException, method in class:ServiceSchema
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java531 public void removeAttributeSchema(String attrName) throws SSOException, method in class:ServiceSchema
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java551 removeAttributeSchema(serviceName, null, schemaType, attrs.getName(), adminToken);
568 removeAttributeSchema(subSchema, attrs.getName());
981 public static void removeAttributeSchema( method in class:UpgradeUtils
989 removeAttributeSchema(ss, attributeName);
1001 public static void removeAttributeSchema(ServiceSchema serviceSchema, method in class:UpgradeUtils
1012 serviceSchema.removeAttributeSchema(attributeName);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java551 removeAttributeSchema(serviceName, null, schemaType, attrs.getName(), adminToken);
568 removeAttributeSchema(subSchema, attrs.getName());
981 public static void removeAttributeSchema( method in class:UpgradeUtils
989 removeAttributeSchema(ss, attributeName);
1001 public static void removeAttributeSchema(ServiceSchema serviceSchema, method in class:UpgradeUtils
1012 serviceSchema.removeAttributeSchema(attributeName);

Completed in 69 milliseconds