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 D | SessionPersistenceManager.java | 30 void notifyUpdate(InternalSession session); method in interface:SessionPersistenceManager
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/ |
| H A D | SessionPersistenceManagerStep.java | 70 public void notifyUpdate(InternalSession internalSession) { method in class:SessionPersistenceManagerStep
|
| /forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/ |
| H A D | SynchronizationService.java | 102 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 D | ObjectMapping.java | 731 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 D | RelationshipProvider.java | 23 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 D | ManagedObjectSet.java | 508 performSyncAction(context, request, resourceId, SynchronizationService.SyncServiceAction.notifyUpdate,
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
| H A D | InternalSession.java | 1112 persistenceManager.notifyUpdate(this);
|
Completed in 51 milliseconds