Searched refs:changeType (Results 1 - 25 of 66) sorted by relevance

123

/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;
H A DPolicyCache.java324 String groupName, String serviceComponent, int changeType) {
344 int changeType) {
349 sb.append(" serviceComponent, changeType:");
352 sb.append(serviceComponent).append(":").append(changeType);
360 if ( changeType == ServiceListener.ADDED) { // 1
367 } else if ( changeType == ServiceListener.REMOVED ) { // 2
375 } else if ( changeType == ServiceListener.MODIFIED ) { // 4
385 + changeType);
388 sendPolicyChangeNotification(oldPolicy, newPolicy, changeType);
425 int changeType
323 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int changeType) argument
342 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int changeType) argument
521 firePolicyChanged(String serviceName, Set affectedResourceNames, int changeType) argument
559 firePrivilegeChanged(String serviceName, Set affectedResourceNames, int changeType) argument
[all...]
/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/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DCTSDJLDAPv3PersistentSearch.java118 ChangeType changeType = null;
122 changeType = ChangeType.ADD;
126 changeType = ChangeType.MODIFY;
129 changeType = ChangeType.DELETE;
132 listener.objectChanged(dn, changeset, 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/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)
H A DPolicyListenerRequest.java201 String changeType = null;
205 changeType = PolicyChangeNotification.ADDED;
207 changeType = PolicyChangeNotification.DELETED;
209 changeType = PolicyChangeNotification.MODIFIED;
230 pcn.setPolicyChangeType(changeType);
/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)
H A DPolicyListenerRequest.java201 String changeType = null;
205 changeType = PolicyChangeNotification.ADDED;
207 changeType = PolicyChangeNotification.DELETED;
209 changeType = PolicyChangeNotification.MODIFIED;
230 pcn.setPolicyChangeType(changeType);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedrest2dj/tools/
H A DSyncScript.groovy78 _fields : '_id,changeType,targetDN'
91 if ("add".equals(changeLogEntry.changeType)) {
93 } else if ("modify".equals(changeLogEntry.changeType)) {
95 } else if ("delete".equals(changeLogEntry.changeType)) {
156 _fields : '_id,changeType,targetDN'
169 if ("add".equals(changeLogEntry.changeType)) {
171 } else if ("modify".equals(changeLogEntry.changeType)) {
173 } else if ("delete".equals(changeLogEntry.changeType)) {
/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/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/opendj2/src/messages/src/org/opends/messages/
H A DMessage.java192 boolean changeType = false;
197 changeType = true;
201 if (changeType)
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessage.java193 boolean changeType = false;
198 changeType = true;
202 if (changeType)
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessage.java193 boolean changeType = false;
198 changeType = true;
202 if (changeType)
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessage.java192 boolean changeType = false;
197 changeType = true;
201 if (changeType)
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessage.java193 boolean changeType = false;
198 changeType = true;
202 if (changeType)
/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...]

Completed in 43 milliseconds

123