Searched refs:notifyUpdate (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/
H A DSessionPersistenceManager.java30 void notifyUpdate(InternalSession session); method in interface:SessionPersistenceManager
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/
H A DSessionPersistenceManagerStep.java70 public void notifyUpdate(InternalSession internalSession) { method in class:SessionPersistenceManagerStep
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DSynchronizationService.java102 notifyCreate, notifyUpdate, notifyDelete, recon, performAction, getLinkedResources enum constant in enum:SynchronizationService.SyncServiceAction
238 * Local interface to encapsulate the notifyCreate/notifyUpdate/notifyDelete ObjectMapping synchronization
329 private JsonValue notifyUpdate(Context context, final String resourceContainer, final String resourceId, final JsonValue oldValue, final JsonValue newValue) method in class:SynchronizationService
334 return mapping.notifyUpdate(context, resourceContainer, resourceId, oldValue, newValue);
414 case notifyUpdate:
417 logger.debug("Synchronization action=notifyUpdate, resourceContainer={}, resourceId={}", resourceContainer, resourceId);
418 return newActionResponse(notifyUpdate(context, resourceContainer, resourceId, request.getContent().get("oldValue"), request.getContent().get("newValue"))).asPromise();
H A DObjectMapping.java731 public JsonValue notifyUpdate(Context context, String resourceContainer, String resourceId, JsonValue oldValue, JsonValue newValue) method in class:ObjectMapping
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DRelationshipProvider.java23 import static org.forgerock.openidm.sync.impl.SynchronizationService.SyncServiceAction.notifyUpdate;
415 notifyUpdate, beforeValue.getContent(), afterValue.getContent());
513 notifyUpdate, beforeValue.getContent(), afterValue.getContent());
561 notifyUpdate, beforeValue.getContent(), afterValue.getContent());
703 notifyUpdate, managedObjectBefore.getContent(),
1067 final ActionRequest syncRequest = Requests.newActionRequest("sync", notifyUpdate.name())
H A DManagedObjectSet.java508 performSyncAction(context, request, resourceId, SynchronizationService.SyncServiceAction.notifyUpdate,
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java1112 persistenceManager.notifyUpdate(this);

Completed in 51 milliseconds