Searched defs:ENTITY_ID_PLACEHOLDER (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSalesForceApps.java56 private static final String ENTITY_ID_PLACEHOLDER = "ENTITY_ID_PLACEHOLDER"; field in class:ConfigureSalesForceApps
59 METADATA = "<EntityDescriptor entityID=\"ENTITY_ID_PLACEHOLDER\" " +
103 localMetadata = METADATA.replace(ENTITY_ID_PLACEHOLDER, entityId);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSalesForceApps.java56 private static final String ENTITY_ID_PLACEHOLDER = "ENTITY_ID_PLACEHOLDER"; field in class:ConfigureSalesForceApps
59 METADATA = "<EntityDescriptor entityID=\"ENTITY_ID_PLACEHOLDER\" " +
103 localMetadata = METADATA.replace(ENTITY_ID_PLACEHOLDER, entityId);

Completed in 528 milliseconds