Searched refs:removeSubSchema (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DRemoveNetscapeLDAPStep.java120 private boolean removeSubSchema = false; field in class:RemoveNetscapeLDAPStep
130 return removeSubSchema || !subSchemaIds.isEmpty();
152 removeSubSchema = true;
202 if (removeSubSchema) {
205 ssm.getOrganizationSchema().removeSubSchema(NETSCAPE_LDAP_V3);
232 if (removeSubSchema) {
254 if (removeSubSchema) {
H A DUpgradeLegacySTSStep.java176 UpgradeUtils.removeSubSchema(IdConstants.AGENT_SERVICE, subSchemaName, serviceSchema);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DRemoveNetscapeLDAPStep.java120 private boolean removeSubSchema = false; field in class:RemoveNetscapeLDAPStep
130 return removeSubSchema || !subSchemaIds.isEmpty();
152 removeSubSchema = true;
202 if (removeSubSchema) {
205 ssm.getOrganizationSchema().removeSubSchema(NETSCAPE_LDAP_V3);
232 if (removeSubSchema) {
254 if (removeSubSchema) {
H A DRemoveSessionServiceSubSchemaStep.java76 UpgradeUtils.removeSubSchema(AM_SESSION_SERVICE, TO_BE_REMOVED_SUBSCHEMA_NAME, serviceSchema);
H A DUpgradeLegacySTSStep.java176 UpgradeUtils.removeSubSchema(IdConstants.AGENT_SERVICE, subSchemaName, serviceSchema);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DRemoveSubSchema.java87 ss.removeSubSchema(schemaName);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DRemoveSubSchema.java87 ss.removeSubSchema(schemaName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java712 public void removeSubSchema(String subSchemaName) throws SSOException, method in class:ServiceSchema
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java729 public void removeSubSchema(String subSchemaName) throws SSOException, method in class:ServiceSchema
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java534 public void removeSubSchema() method in class:SchemaTest
536 entering("removeSubSchema", null);
556 exiting("removeSubSchema");
558 this.log(Level.SEVERE, "removeSubSchema", e.getMessage());
561 this.log(Level.SEVERE, "removeSubSchema", e.getMessage());
564 this.log(Level.SEVERE, "removeSubSchema", e.getMessage());
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java534 public void removeSubSchema() method in class:SchemaTest
536 entering("removeSubSchema", null);
556 exiting("removeSubSchema");
558 this.log(Level.SEVERE, "removeSubSchema", e.getMessage());
561 this.log(Level.SEVERE, "removeSubSchema", e.getMessage());
564 this.log(Level.SEVERE, "removeSubSchema", e.getMessage());
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java427 public static void removeSubSchema( method in class:UpgradeUtils
432 String classMethod = "UpgradeUtils:removeSubSchema : ";
440 serviceSchema.removeSubSchema(subSchemaName);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java427 public static void removeSubSchema( method in class:UpgradeUtils
432 String classMethod = "UpgradeUtils:removeSubSchema : ";
440 serviceSchema.removeSubSchema(subSchemaName);

Completed in 81 milliseconds