Searched defs:changeType (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvent.java65 private int changeType; field in class:PolicyEvent
94 * @param changeType <code>int</code> representing change type
96 void setChangeType(int changeType) { argument
97 this.changeType = changeType;
109 return changeType;
H A DPolicyCache.java333 String groupName, String serviceComponent, int changeType) {
353 int changeType) {
358 sb.append(" serviceComponent, changeType:");
361 sb.append(serviceComponent).append(":").append(changeType);
369 if ( changeType == ServiceListener.ADDED) { // 1
376 } else if ( changeType == ServiceListener.REMOVED ) { // 2
384 } else if ( changeType == ServiceListener.MODIFIED ) { // 4
394 + changeType);
397 sendPolicyChangeNotification(oldPolicy, newPolicy, changeType);
434 int changeType
332 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int changeType) argument
351 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int changeType) argument
530 firePolicyChanged(String serviceName, Set affectedResourceNames, int changeType) argument
568 firePrivilegeChanged(String serviceName, Set affectedResourceNames, int changeType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvent.java65 private int changeType; field in class:PolicyEvent
94 * @param changeType <code>int</code> representing change type
96 void setChangeType(int changeType) { argument
97 this.changeType = changeType;
109 return changeType;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/continuous/
H A DContinuousQueryListener.java50 * @param changeType the type of change made to the token.
52 void objectChanged(String tokenId, Map<String, T> changeSet, ChangeType changeType); argument
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DEntryChangeNotificationControl.java77 PersistentSearchChangeType changeType;
84 changeType = PersistentSearchChangeType.valueOf(changeTypeValue);
89 if (changeType != PersistentSearchChangeType.MODIFY_DN)
92 ERR_ECN_ILLEGAL_PREVIOUS_DN.get(String.valueOf(changeType));
122 return new EntryChangeNotificationControl(isCritical, changeType,
154 private PersistentSearchChangeType changeType; field in class:EntryChangeNotificationControl
164 * @param changeType The change type for this change notification control.
169 PersistentSearchChangeType changeType,
175 this.changeType = changeType;
168 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, long changeNumber) argument
197 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
218 EntryChangeNotificationControl(PersistentSearchChangeType changeType, long changeNumber) argument
237 EntryChangeNotificationControl(PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DEntryChangeNotificationControl.java77 PersistentSearchChangeType changeType;
84 changeType = PersistentSearchChangeType.valueOf(changeTypeValue);
89 if (changeType != PersistentSearchChangeType.MODIFY_DN)
92 ERR_ECN_ILLEGAL_PREVIOUS_DN.get(String.valueOf(changeType));
122 return new EntryChangeNotificationControl(isCritical, changeType,
154 private PersistentSearchChangeType changeType; field in class:EntryChangeNotificationControl
164 * @param changeType The change type for this change notification control.
169 PersistentSearchChangeType changeType,
175 this.changeType = changeType;
168 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, long changeNumber) argument
197 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
218 EntryChangeNotificationControl(PersistentSearchChangeType changeType, long changeNumber) argument
237 EntryChangeNotificationControl(PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DEntryChangeNotificationControl.java77 PersistentSearchChangeType changeType;
84 changeType = PersistentSearchChangeType.valueOf(changeTypeValue);
89 if (changeType != PersistentSearchChangeType.MODIFY_DN)
92 ERR_ECN_ILLEGAL_PREVIOUS_DN.get(String.valueOf(changeType));
122 return new EntryChangeNotificationControl(isCritical, changeType,
154 private PersistentSearchChangeType changeType; field in class:EntryChangeNotificationControl
164 * @param changeType The change type for this change notification control.
169 PersistentSearchChangeType changeType,
175 this.changeType = changeType;
168 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, long changeNumber) argument
197 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
218 EntryChangeNotificationControl(PersistentSearchChangeType changeType, long changeNumber) argument
237 EntryChangeNotificationControl(PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DEntryChangeNotificationControl.java77 PersistentSearchChangeType changeType;
84 changeType = PersistentSearchChangeType.valueOf(changeTypeValue);
89 if (changeType != PersistentSearchChangeType.MODIFY_DN)
92 ERR_ECN_ILLEGAL_PREVIOUS_DN.get(String.valueOf(changeType));
122 return new EntryChangeNotificationControl(isCritical, changeType,
154 private PersistentSearchChangeType changeType; field in class:EntryChangeNotificationControl
164 * @param changeType The change type for this change notification control.
169 PersistentSearchChangeType changeType,
175 this.changeType = changeType;
168 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, long changeNumber) argument
197 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
218 EntryChangeNotificationControl(PersistentSearchChangeType changeType, long changeNumber) argument
237 EntryChangeNotificationControl(PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DEntryChangeNotificationControl.java77 PersistentSearchChangeType changeType;
84 changeType = PersistentSearchChangeType.valueOf(changeTypeValue);
89 if (changeType != PersistentSearchChangeType.MODIFY_DN)
92 ERR_ECN_ILLEGAL_PREVIOUS_DN.get(String.valueOf(changeType));
122 return new EntryChangeNotificationControl(isCritical, changeType,
154 private PersistentSearchChangeType changeType; field in class:EntryChangeNotificationControl
164 * @param changeType The change type for this change notification control.
169 PersistentSearchChangeType changeType,
175 this.changeType = changeType;
168 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, long changeNumber) argument
197 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
218 EntryChangeNotificationControl(PersistentSearchChangeType changeType, long changeNumber) argument
237 EntryChangeNotificationControl(PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DEntryChangeNotificationControl.java71 PersistentSearchChangeType changeType;
78 changeType = PersistentSearchChangeType.valueOf(changeTypeValue);
83 if (changeType != PersistentSearchChangeType.MODIFY_DN)
85 LocalizableMessage message = ERR_ECN_ILLEGAL_PREVIOUS_DN.get(changeType);
111 return new EntryChangeNotificationControl(isCritical, changeType,
139 private PersistentSearchChangeType changeType; field in class:EntryChangeNotificationControl
149 * @param changeType The change type for this change notification control.
154 PersistentSearchChangeType changeType,
160 this.changeType = changeType;
153 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, long changeNumber) argument
182 EntryChangeNotificationControl(boolean isCritical, PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
203 EntryChangeNotificationControl(PersistentSearchChangeType changeType, long changeNumber) argument
222 EntryChangeNotificationControl(PersistentSearchChangeType changeType, DN previousDN, long changeNumber) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoListener.java145 * @param changeType change type i.e., add, delete, modify, etc.
148 public void objectChanged(String name, IdType idType, int changeType, argument
152 " IdType: " + idType + " ChangeType: " + changeType +
179 changeType, false, false, Collections.EMPTY_SET);
184 if(changeType == OBJECT_CHANGED || changeType == OBJECT_ADDED) {
186 } else if (changeType == OBJECT_REMOVED) {
188 } else if (changeType == OBJECT_RENAMED) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java93 private String changeType; field in class:PolicyChangeNotification
100 changeType = MODIFIED;
128 return changeType;
137 changeType = type;
234 .append(changeType)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoListener.java145 * @param changeType change type i.e., add, delete, modify, etc.
148 public void objectChanged(String name, IdType idType, int changeType, argument
152 " IdType: " + idType + " ChangeType: " + changeType +
179 changeType, false, false, Collections.EMPTY_SET);
184 if(changeType == OBJECT_CHANGED || changeType == OBJECT_ADDED) {
186 } else if (changeType == OBJECT_REMOVED) {
188 } else if (changeType == OBJECT_RENAMED) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java93 private String changeType; field in class:PolicyChangeNotification
100 changeType = MODIFIED;
128 return changeType;
137 changeType = type;
234 .append(changeType)
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/watchers/
H A DSessionModificationWatcher.java94 public void objectChanged(String tokenId, Map<String, Attribute> changeSet, ChangeType changeType) { argument
95 if (changeType != ChangeType.ADD) {
/forgerock/openam/openam-notifications-integration/src/main/java/org/forgerock/openam/notifications/integration/brokers/
H A DCTSNotificationBroker.java182 public void objectChanged(String tokenId, Map<String, Attribute> changeSet, ChangeType changeType) { argument
183 if (changeType == ChangeType.ADD) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java463 * @param changeType
472 final LDAPFilter filter, final PersistentSearchChangeType changeType,
509 changeType, lines));
521 if (filter == null && changeType == PersistentSearchChangeType.ADD
531 if (filter == null && changeType == PersistentSearchChangeType.ADD
760 final PersistentSearchChangeType changeType, final String... lines)
765 if (changeType == PersistentSearchChangeType.MODIFY)
471 updateConfigFile(final String configPath, final LDAPFilter filter, final PersistentSearchChangeType changeType, final String... lines) argument
759 readLDIFLines(final DN dn, final PersistentSearchChangeType changeType, final String... lines) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPersistentSearch.java411 private List<Control> createControls(PersistentSearchChangeType changeType, argument
417 ? new EntryChangeNotificationControl(changeType, previousDN, -1)
418 : new EntryChangeNotificationControl(changeType, -1);
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java443 * @param changeType
454 final Filter filter, final ChangeOperationType changeType,
480 if (filter == null && (changeType == ADD || changeType == DELETE))
492 if (changeType == MODIFY
498 readLDIFLines(entryDN, changeType, ldifLines));
516 if (changeType == DELETE)
531 if (changeType == ADD && !entryAlreadyExist)
883 final ChangeOperationType changeType, final String... lines)
888 if (changeType
453 updateConfigFile(final String configPath, final Filter filter, final ChangeOperationType changeType, final String... ldifLines) argument
882 readLDIFLines(final DN dn, final ChangeOperationType changeType, final String... lines) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java445 * @param changeType
454 final Filter filter, final ChangeOperationType changeType,
481 if (filter == null && changeType == ChangeOperationType.ADD)
499 changeType, lines));
820 final ChangeOperationType changeType, final String... lines)
825 if (changeType == ChangeOperationType.MODIFY)
453 updateConfigFile(final String configPath, final Filter filter, final ChangeOperationType changeType, final String... lines) argument
819 readLDIFLines(final DN dn, final ChangeOperationType changeType, final String... lines) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java295 * @param changeType
304 final LDAPFilter filter, final PersistentSearchChangeType changeType,
341 changeType, lines));
353 if (filter == null && changeType == PersistentSearchChangeType.ADD
363 if (filter == null && changeType == PersistentSearchChangeType.ADD
601 final PersistentSearchChangeType changeType, final String... lines)
606 if (changeType == PersistentSearchChangeType.MODIFY)
303 updateConfigFile(final String configPath, final LDAPFilter filter, final PersistentSearchChangeType changeType, final String... lines) argument
600 readLDIFLines(final DN dn, final PersistentSearchChangeType changeType, final String... lines) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPersistentSearch.java411 private List<Control> createControls(PersistentSearchChangeType changeType, argument
417 ? new EntryChangeNotificationControl(changeType, previousDN, -1)
418 : new EntryChangeNotificationControl(changeType, -1);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java443 * @param changeType
454 final Filter filter, final ChangeOperationType changeType,
480 if (filter == null && (changeType == ADD || changeType == DELETE))
492 if (changeType == MODIFY
498 readLDIFLines(entryDN, changeType, ldifLines));
516 if (changeType == DELETE)
531 if (changeType == ADD && !entryAlreadyExist)
883 final ChangeOperationType changeType, final String... lines)
888 if (changeType
453 updateConfigFile(final String configPath, final Filter filter, final ChangeOperationType changeType, final String... ldifLines) argument
882 readLDIFLines(final DN dn, final ChangeOperationType changeType, final String... lines) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java300 private DSEvent createDSEvent(Entry entry, PersistentSearchChangeType changeType, String requestId, argument
311 dsEvent.setEventType(changeType.intValue());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPersistentSearch.java399 private List<Control> createControls(PersistentSearchChangeType changeType, argument
405 ? new EntryChangeNotificationControl(changeType, previousDN, -1)
406 : new EntryChangeNotificationControl(changeType, -1);

Completed in 149 milliseconds

12