/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Change.java | 38 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change 132 changes.add(changeHasReplFixupOp); 135 attr = entry.getAttribute("changes"); 145 throw new Exception("Attribute changes is empty - replicationCSN="+ csn); 153 changes.add(myChange); 155 changes.trimToSize();
|
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Change.java | 37 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change 131 changes.add(changeHasReplFixupOp); 134 attr = entry.getAttribute("changes"); 144 throw new Exception("Attribute changes is empty - replicationCSN="+ csn); 152 changes.add(myChange); 154 changes.trimToSize();
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Change.java | 38 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change 132 changes.add(changeHasReplFixupOp); 135 attr = entry.getAttribute("changes"); 145 throw new Exception("Attribute changes is empty - replicationCSN="+ csn); 153 changes.add(myChange); 155 changes.trimToSize();
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Change.java | 38 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change 132 changes.add(changeHasReplFixupOp); 135 attr = entry.getAttribute("changes"); 145 throw new Exception("Attribute changes is empty - replicationCSN="+ csn); 153 changes.add(myChange); 155 changes.trimToSize();
|
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Change.java | 37 ArrayList<String> changes = new ArrayList<String>(2); field in class:Change 131 changes.add(changeHasReplFixupOp); 134 attr = entry.getAttribute("changes"); 144 throw new Exception("Attribute changes is empty - replicationCSN="+ csn); 152 changes.add(myChange); 154 changes.trimToSize();
|
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | MigrateValidGotoSetting.java | 65 private final Map<String, Set<String>> changes = new HashMap<String, Set<String>>(); field in class:MigrateValidGotoSetting 99 changes.put(realm, validDomains); 103 DEBUG.message("Found the following existing goto URL domains in realms: " + changes); 122 if (!changes.isEmpty()) { 127 for (final Map.Entry<String, Set<String>> entry : changes.entrySet()) { 188 for (Map.Entry<String, Set<String>> entry : changes.entrySet()) {
|
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/ |
H A D | MigrateValidGotoSetting.java | 66 private final Map<String, Set<String>> changes = new HashMap<String, Set<String>>(); field in class:MigrateValidGotoSetting 100 changes.put(realm, validDomains); 104 DEBUG.message("Found the following existing goto URL domains in realms: " + changes); 124 if (CollectionUtils.isNotEmpty(changes)) { 129 for (final Map.Entry<String, Set<String>> entry : changes.entrySet()) { 193 if (CollectionUtils.isNotEmpty(changes)) { 194 for (Map.Entry<String, Set<String>> entry : changes.entrySet()) {
|
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/ |
H A D | ReplicationDB.java | 73 // that contain the number of changes since the previous counter record. 76 // - a counter value : count of changes since previous counter record. 84 // 1/- at least 'counterWindowSize' changes have been stored in the Db 101 // counterWindowSize changes. 105 * to store and retrieve changes from an LDAP server. 170 * add a list of changes to the underlying db. 172 * @param changes The list of changes to add to the underlying db. 174 public void addEntries(List<UpdateMsg> changes) argument 188 for (UpdateMsg change : changes) [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/ |
H A D | SetPropSubCommandHandler.java | 297 // User chose to cancel any changes. 308 // Commit the changes if necessary 419 // errors (if verbose) and apply the changes to the 721 // verbose) and apply the changes to the partial managed object. 766 Map<PropertyDefinition, Set> changes = 800 modifyPropertyValues(child, pd, changes, ModificationType.SET, null); 832 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value); 835 modifyPropertyValues(child, pd, changes, ModificationType.SET, value); 873 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value); 910 modifyPropertyValues(child, pd, changes, ModificationTyp 954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/ |
H A D | SetPropSubCommandHandler.java | 294 // User chose to cancel any changes. 305 // Commit the changes if necessary 417 // errors (if verbose) and apply the changes to the 723 // verbose) and apply the changes to the partial managed object. 768 Map<PropertyDefinition, Set> changes = 795 modifyPropertyValues(child, pd, changes, ModificationType.SET, null); 808 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value); 811 modifyPropertyValues(child, pd, changes, ModificationType.SET, value); 830 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value); 848 modifyPropertyValues(child, pd, changes, ModificationTyp 922 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/ |
H A D | ReplicationDB.java | 73 // that contain the number of changes since the previous counter record. 76 // - a counter value : count of changes since previous counter record. 84 // 1/- at least 'counterWindowSize' changes have been stored in the Db 101 // counterWindowSize changes. 105 * to store and retrieve changes from an LDAP server. 170 * add a list of changes to the underlying db. 172 * @param changes The list of changes to add to the underlying db. 174 public void addEntries(List<UpdateMsg> changes) argument 188 for (UpdateMsg change : changes) [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/ |
H A D | SetPropSubCommandHandler.java | 297 // User chose to cancel any changes. 308 // Commit the changes if necessary 419 // errors (if verbose) and apply the changes to the 721 // verbose) and apply the changes to the partial managed object. 766 Map<PropertyDefinition, Set> changes = 800 modifyPropertyValues(child, pd, changes, ModificationType.SET, null); 832 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value); 835 modifyPropertyValues(child, pd, changes, ModificationType.SET, value); 873 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value); 910 modifyPropertyValues(child, pd, changes, ModificationTyp 954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/ |
H A D | ReplicationDB.java | 73 // that contain the number of changes since the previous counter record. 76 // - a counter value : count of changes since previous counter record. 84 // 1/- at least 'counterWindowSize' changes have been stored in the Db 101 // counterWindowSize changes. 105 * to store and retrieve changes from an LDAP server. 170 * add a list of changes to the underlying db. 172 * @param changes The list of changes to add to the underlying db. 174 public void addEntries(List<UpdateMsg> changes) argument 188 for (UpdateMsg change : changes) [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/ |
H A D | SetPropSubCommandHandler.java | 297 // User chose to cancel any changes. 308 // Commit the changes if necessary 419 // errors (if verbose) and apply the changes to the 721 // verbose) and apply the changes to the partial managed object. 766 Map<PropertyDefinition, Set> changes = 800 modifyPropertyValues(child, pd, changes, ModificationType.SET, null); 832 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value); 835 modifyPropertyValues(child, pd, changes, ModificationType.SET, value); 873 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value); 910 modifyPropertyValues(child, pd, changes, ModificationTyp 954 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/ |
H A D | SetPropSubCommandHandler.java | 294 // User chose to cancel any changes. 305 // Commit the changes if necessary 417 // errors (if verbose) and apply the changes to the 723 // verbose) and apply the changes to the partial managed object. 768 Map<PropertyDefinition, Set> changes = 795 modifyPropertyValues(child, pd, changes, ModificationType.SET, null); 808 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value); 811 modifyPropertyValues(child, pd, changes, ModificationType.SET, value); 830 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value); 848 modifyPropertyValues(child, pd, changes, ModificationTyp 922 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument [all...] |
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/ |
H A D | SetPropSubCommandHandler.java | 270 // User chose to cancel any changes. 281 // Commit the changes if necessary 382 // errors (if verbose) and apply the changes to the 642 // verbose) and apply the changes to the partial managed object. 684 Map<PropertyDefinition, Set> changes = new HashMap<>(); 706 modifyPropertyValues(child, pd, changes, ModificationType.SET, null); 719 modifyPropertyValues(child, pd, changes, ModificationType.ADD, value); 722 modifyPropertyValues(child, pd, changes, ModificationType.SET, value); 740 modifyPropertyValues(child, pd, changes, ModificationType.REMOVE, value); 757 modifyPropertyValues(child, pd, changes, ModificationTyp 824 modifyPropertyValues(ManagedObject<?> mo, PropertyDefinition<T> pd, Map<PropertyDefinition, Set> changes, ModificationType modType, String s) argument [all...] |
/forgerock/opendj2/ext/ant/lib/ |
H A D | jdeb-0.10.jar | ... java.io.IOException Exception e
}
org/vafer/jdeb/changes/ org/vafer/jdeb/changes/ChangeSet.class ChangeSet.java ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | jdeb-0.10.jar | ... java.io.IOException Exception e
}
org/vafer/jdeb/changes/ org/vafer/jdeb/changes/ChangeSet.class ChangeSet.java ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | jdeb-0.10.jar | ... java.io.IOException Exception e
}
org/vafer/jdeb/changes/ org/vafer/jdeb/changes/ChangeSet.class ChangeSet.java ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | jdeb-0.10.jar | ... java.io.IOException Exception e
}
org/vafer/jdeb/changes/ org/vafer/jdeb/changes/ChangeSet.class ChangeSet.java ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | jdeb-0.10.jar | ... java.io.IOException Exception e
}
org/vafer/jdeb/changes/ org/vafer/jdeb/changes/ChangeSet.class ChangeSet.java ... |
/forgerock/opendj2/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj-b2.6/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj2.6.2/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj2-hg/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |