Searched refs:ServiceSchemaModifications (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | UpgradeServiceSchemaStep.java | 59 import com.sun.identity.sm.ServiceSchemaModifications; 120 ServiceSchemaModifications modifications; 133 modifications = new ServiceSchemaModifications(service.getKey(), service.getValue(), adminToken, newService);
|
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | UpgradeServiceSchemaStep.java | 59 import com.sun.identity.sm.ServiceSchemaModifications; 120 ServiceSchemaModifications modifications; 133 modifications = new ServiceSchemaModifications(service.getKey(), service.getValue(), adminToken, newService);
|
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchemaModifications.java | 57 public class ServiceSchemaModifications { class 74 public ServiceSchemaModifications(String serviceName, Document schemaDoc, SSOToken adminToken, boolean newService) method in class:ServiceSchemaModifications
|
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/ |
H A D | ServiceSchemaModifications.java | 57 public class ServiceSchemaModifications { class 74 public ServiceSchemaModifications(String serviceName, Document schemaDoc, SSOToken adminToken, boolean newService) method in class:ServiceSchemaModifications
|
Completed in 2004 milliseconds