Searched refs:idStore (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallDataStore.java57 if (idStore == null) {
77 idStore = (InstallDataStore) oStream.readObject();
98 return idStore;
145 private static transient InstallDataStore idStore = null; field in class:MigrateFromInstallDataStore
H A DInstallDataStore.java55 if (idStore == null) {
60 idStore = new InstallDataStore(false);
68 idStore = (InstallDataStore) oStream.readObject();
69 idStore.setIsExistingStore(true);
87 return idStore;
232 private static transient InstallDataStore idStore = null; field in class:InstallDataStore
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstallDataStore.java57 if (idStore == null) {
77 idStore = (InstallDataStore) oStream.readObject();
98 return idStore;
145 private static transient InstallDataStore idStore = null; field in class:MigrateFromInstallDataStore
H A DInstallDataStore.java55 if (idStore == null) {
60 idStore = new InstallDataStore(false);
68 idStore = (InstallDataStore) oStream.readObject();
69 idStore.setIsExistingStore(true);
87 return idStore;
232 private static transient InstallDataStore idStore = null; field in class:InstallDataStore

Completed in 22 milliseconds