Searched refs:changes (Results 51 - 75 of 119) sorted by relevance

12345

/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java294 // 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/tools/dsconfig/
H A DSetPropSubCommandHandler.java297 // 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/tools/dsconfig/
H A DSetPropSubCommandHandler.java297 // 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 DSetPropSubCommandHandler.java294 // 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 DSetPropSubCommandHandler.java270 // 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/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementsStep.java162 DEBUG.error("Error while trying to detect changes in entitlements", ex);
181 Map<PolicyType, Set<String>> changes = entry.getValue();
184 Set<String> referrals = changes.get(PolicyType.REFERRAL);
229 for (Map.Entry<PolicyType, Set<String>> changes : entry.getValue().entrySet()) {
230 sb.append(INDENT).append(changes.getKey()).append(delimiter);
231 for (String subConfig : changes.getValue()) {
H A DUpgradeIdRepoSubConfigs.java200 for (Set<String> changes : repos.values()) {
201 count += changes.size();
H A DUpgradeLDAPAuthModulesStep.java183 for (final Map<String, Boolean> changes : instances.values()) {
184 count += changes.size();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeEntitlementsStep.java163 DEBUG.error("Error while trying to detect changes in entitlements", ex);
182 Map<PolicyType, Set<String>> changes = entry.getValue();
185 Set<String> referrals = changes.get(PolicyType.REFERRAL);
230 for (Map.Entry<PolicyType, Set<String>> changes : entry.getValue().entrySet()) {
231 sb.append(INDENT).append(changes.getKey()).append(delimiter);
232 for (String subConfig : changes.getValue()) {
H A DUpgradeIdRepoSubConfigs.java198 for (Set<String> changes : repos.values()) {
199 count += changes.size();
H A DUpgradeLDAPAuthModulesStep.java183 for (final Map<String, Boolean> changes : instances.values()) {
184 count += changes.size();
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java41 for (String mychange: change.changes) {
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java40 for (String mychange: change.changes) {
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java41 for (String mychange: change.changes) {
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java41 for (String mychange: change.changes) {
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java40 for (String mychange: change.changes) {
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DAppDelegate.m39 #pragma mark UIApplicationDelegate - application lifecycle state changes
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDIFModify.java83 * This class provides a program that may be used to apply a set of changes (in
84 * LDIF change format) to an LDIF file. It will first read all of the changes
87 * processes the changes, certain types of operations will not be allowed,
106 * Applies the specified changes to the source LDIF, writing the modified
112 * @param changeReader The LDIF reader that will be used to read the changes
117 * processing changes may be added.
123 * source or changes, or write the target.
126 * source or changes, or trying to determine whether
135 // Read the changes into memory.
184 // modify list, then remove the changes sinc
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-user/structure/
H A Duma.less179 tbody tr.unsaved-changes {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-user/structure/
H A Duma.less179 tbody tr.unsaved-changes {
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/
H A DEditScriptView.js150 element: this.$el.find(".script-changes-pending"),
153 undoCallback: function (changes) {
154 _.extend(self.data.entity, changes);
185 this.changesPendingWidget.reRender(this.$el.find(".script-changes-pending"));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/scripts/
H A DEditScriptView.js152 element: this.$el.find(".script-changes-pending"),
155 undoCallback (changes) {
156 _.extend(self.data.entity, changes);
183 this.changesPendingWidget.reRender(this.$el.find(".script-changes-pending"));
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-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 Djdeb-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 Djdeb-0.10.jar ... java.io.IOException Exception e } org/vafer/jdeb/changes/ org/vafer/jdeb/changes/ChangeSet.class ChangeSet.java ...

Completed in 73 milliseconds

12345