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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java174 if (coexistMode) {
334 if ((coexistMode) || (realmEnabled && isCopyOrgEnabled())) {
343 // If in coexistMode and serviceName is idRepoService
374 if (realmEnabled && !coexistMode) {
417 if (coexistMode) {
638 if ((coexistMode) || (realmEnabled && isCopyOrgEnabled())) {
696 if (cEntry.isDirty() || (coexistMode) ||
736 // If in coexistMode and serviceName is idRepoService
738 if ((coexistMode || (realmEnabled && isCopyOrgEnabled()))
845 // If in coexistMode an
1845 private static boolean coexistMode; field in class:OrganizationConfigManager
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java181 if (coexistMode) {
317 if ((coexistMode) || (realmEnabled && isCopyOrgEnabled())) {
326 // If in coexistMode and serviceName is idRepoService
357 if (realmEnabled && !coexistMode) {
400 if (coexistMode) {
701 if ((coexistMode) || (realmEnabled && isCopyOrgEnabled)) {
759 if (cEntry.isDirty() || (coexistMode) ||
799 // If in coexistMode and serviceName is idRepoService
801 if ((coexistMode || (realmEnabled && isCopyOrgEnabled()))
908 // If in coexistMode an
1908 private static boolean coexistMode; field in class:OrganizationConfigManager
[all...]

Completed in 44 milliseconds