/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | RemoveNetscapeLDAPStep.java | 120 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 D | UpgradeLegacySTSStep.java | 176 UpgradeUtils.removeSubSchema(IdConstants.AGENT_SERVICE, subSchemaName, serviceSchema);
|
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | RemoveNetscapeLDAPStep.java | 120 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 D | RemoveSessionServiceSubSchemaStep.java | 76 UpgradeUtils.removeSubSchema(AM_SESSION_SERVICE, TO_BE_REMOVED_SUBSCHEMA_NAME, serviceSchema);
|
H A D | UpgradeLegacySTSStep.java | 176 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 D | RemoveSubSchema.java | 87 ss.removeSubSchema(schemaName);
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/ |
H A D | RemoveSubSchema.java | 87 ss.removeSubSchema(schemaName);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchema.java | 712 public void removeSubSchema(String subSchemaName) throws SSOException, method in class:ServiceSchema
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchema.java | 729 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 D | SchemaTest.java | 534 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 D | SchemaTest.java | 534 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 D | UpgradeUtils.java | 427 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 D | UpgradeUtils.java | 427 public static void removeSubSchema( method in class:UpgradeUtils 432 String classMethod = "UpgradeUtils:removeSubSchema : "; 440 serviceSchema.removeSubSchema(subSchemaName);
|