| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/ |
| H A D | SessionEvent.java | 47 private final SessionEventType eventType; field in class:SessionEvent 54 * @param eventType The event which has occurred. 57 public SessionEvent(Session session, SessionEventType eventType, long eventTime) { argument 58 Reject.ifNull(session, eventType); 60 this.eventType = eventType; 79 return eventType;
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
| H A D | InternalSessionEvent.java | 45 private final SessionEventType eventType; field in class:InternalSessionEvent 52 * @param eventType The event which has occurred. 55 public InternalSessionEvent(InternalSession internalSession, SessionEventType eventType, long eventTime) { argument 56 Reject.ifNull(internalSession, eventType, eventTime); 58 this.eventType = eventType; 77 return eventType;
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/ |
| H A D | ICachedDirectoryServices.java | 37 public void dirtyCache(String dn, int eventType, boolean cosType, argument
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/ |
| H A D | IdCachedServices.java | 39 public void dirtyCache(String changedId, int eventType, boolean cosType, argument
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/ |
| H A D | ICachedDirectoryServices.java | 37 public void dirtyCache(String dn, int eventType, boolean cosType, argument
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/ |
| H A D | IdCachedServices.java | 39 public void dirtyCache(String changedId, int eventType, boolean cosType, argument
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
| H A D | AMEvent.java | 90 private int eventType; field in class:AMEvent 106 * @param eventType type of event. 108 public AMEvent(Object source, int eventType) { argument 121 this.eventType = eventType; 124 protected AMEvent(Object source, int eventType, String sourceDN, argument 127 this.eventType = eventType; 137 this.eventType = OBJECT_CHANGED; 165 return eventType; [all...] |
| H A D | AMObjectListenerImpl.java | 52 public void objectChanged(String name, int eventType, Map configMap) { argument 56 + " type: " + eventType); 60 AMStoreConnection.updateCache(normalizedDN, eventType); 79 AMObjectImpl.notifyEntryEvent(normalizedDN, eventType, false); 82 AMSDKRepo.notifyObjectChangedEvent(normalizedDN, eventType); 85 public void objectsChanged(String parentName, int eventType, Set attrNames, argument 90 + "parentName: " + parentName + " type: " + eventType 95 AMStoreConnection.updateCache(dn, eventType); 114 AMObjectImpl.notifyEntryEvent(dn, eventType, true);
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
| H A D | AMEvent.java | 90 private int eventType; field in class:AMEvent 106 * @param eventType type of event. 108 public AMEvent(Object source, int eventType) { argument 121 this.eventType = eventType; 124 protected AMEvent(Object source, int eventType, String sourceDN, argument 127 this.eventType = eventType; 137 this.eventType = OBJECT_CHANGED; 165 return eventType; [all...] |
| H A D | AMObjectListenerImpl.java | 52 public void objectChanged(String name, int eventType, Map configMap) { argument 56 + " type: " + eventType); 60 AMStoreConnection.updateCache(normalizedDN, eventType); 79 AMObjectImpl.notifyEntryEvent(normalizedDN, eventType, false); 82 AMSDKRepo.notifyObjectChangedEvent(normalizedDN, eventType); 85 public void objectsChanged(String parentName, int eventType, Set attrNames, argument 90 + "parentName: " + parentName + " type: " + eventType 95 AMStoreConnection.updateCache(dn, eventType); 114 AMObjectImpl.notifyEntryEvent(dn, eventType, true);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/ |
| H A D | SessionEvent.java | 55 private int eventType; field in class:SessionEvent 88 eventType = type; 114 return eventType;
|
| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/ |
| H A D | IdCachedServicesDecorator.java | 56 public void dirtyCache(String changedId, int eventType, boolean cosType, boolean aciChange, Set attrNames) { argument 57 getDelegate().dirtyCache(changedId, eventType, cosType, aciChange, attrNames);
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/ |
| H A D | IdCachedServicesDecorator.java | 56 public void dirtyCache(String changedId, int eventType, boolean cosType, boolean aciChange, Set attrNames) { argument 57 getDelegate().dirtyCache(changedId, eventType, cosType, aciChange, attrNames);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
| H A D | AMAuthCallBack.java | 91 * @param eventType the type of event for which this method is being called 98 public void authEventCallback(int eventType, Map eventParams) argument
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
| H A D | AMAuthCallBack.java | 91 * @param eventType the type of event for which this method is being called 98 public void authEventCallback(int eventType, Map eventParams) argument
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/ |
| H A D | DSEvent.java | 65 void setEventType(int eventType) { argument 66 this._eventType = eventType;
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/ |
| H A D | DSEvent.java | 65 void setEventType(int eventType) { argument 66 this._eventType = eventType;
|
| /forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/worker/process/ |
| H A D | SessionExpiryBatchHandlerTest.java | 115 public void returnsCountDownLatchForCallerToAwaitCompletionOfBatchProcessing(SessionEventType eventType) argument 124 CountDownLatch countDownLatch = newSessionExpiryBatchHandler(eventType).timeoutBatch(tokens); 128 verify(mockResultHandlerFactory).create(eq(eventType), eq(countDownLatch)); 132 public void resultHandlerPerformsTimeoutIfTokenDeletionSucceeds(SessionEventType eventType) throws Exception { argument 138 StateChangeResultHandler handler = newStateChangeResultHandler(eventType, countDownLatch); 146 verify(mockLocalOperations).timeout(mockInternalSession, eventType); 151 public void resultHandlerSkipsTimeoutIfTokenAlreadyDeleted(SessionEventType eventType) throws Exception { argument 154 StateChangeResultHandler handler = newStateChangeResultHandler(eventType, countDownLatch); 169 public void resultHandlerSkipsTimeoutIfTokenUpdatedByAnotherProcess(SessionEventType eventType) throws Exception { argument 172 StateChangeResultHandler handler = newStateChangeResultHandler(eventType, countDownLatc 190 resultHandlerSkipsTimeoutIfTokenDeletionFails(SessionEventType eventType) argument 205 newSessionExpiryBatchHandler(SessionEventType eventType) argument 209 newStateChangeResultHandler(SessionEventType eventType, CountDownLatch latch) argument [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
| H A D | SessionNotificationSender.java | 127 * @param eventType Event Type. 129 public void sendEvent(InternalSession session, int eventType) { argument 130 sessionDebug.message("Running sendEvent, type = " + eventType); 132 SessionNotificationSenderTask sns = new SessionNotificationSenderTask(session, eventType); 151 private final int eventType; field in class:SessionNotificationSender.SessionNotificationSenderTask 154 SessionNotificationSenderTask(InternalSession session, int eventType) { argument 156 this.eventType = eventType; 164 this.urls = session.getSessionEventURLs(eventType, serviceConfig.getLogoutDestroyBroadcast()); 170 new SessionNotification(session.toSessionInfo(), eventType, Syste [all...] |
| /forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/ |
| H A D | AuditLogFilters.java | 176 * A filter that filters on <em>eventType</em> and another filter. 180 private final String eventType; field in class:AuditLogFilters.EventTypeFilter 183 private EventTypeFilter(String eventType, AuditLogFilter filter) { argument 184 this.eventType = eventType; 193 return eventType.equals(getEventType(request)); 351 * @param eventType the eventType to consider on this filter 353 * @return an AuditLogFilter that applies the given filter if the record's eventType matches 355 static AuditLogFilter newEventTypeFilter(String eventType, AuditLogFilte argument 368 newActionFilter(String eventType, JsonValue actions) argument 383 newActionFilter(String eventType, JsonValue actions, String trigger) argument 476 newScriptedFilter(String eventType, ScriptEntry scriptEntry) argument [all...] |
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/ |
| H A D | SetupInternalNotificationSubscriptions.java | 45 public static final String MESSAGE_ATTR_EVENT_TYPE = "eventType"; 63 JsonValue eventType = notification.get(MESSAGE_ATTR_EVENT_TYPE); 66 if (eventType.isNull() || realm.isNull()) { 73 PolicyEventType type = PolicyEventType.valueOf(eventType.asString());
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | FlatFileEventManager.java | 80 void notify(String dn, int eventType) { argument 84 l.objectChanged(dn, eventType);
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | FlatFileEventManager.java | 80 void notify(String dn, int eventType) { argument 84 l.objectChanged(dn, eventType);
|
| /forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/ |
| H A D | LocalOperationsTest.java | 176 public void firesInternalSessionEventsOnSessionTimeout(SessionEventType eventType) throws Exception { argument 179 local.timeout(mockInternalSession, eventType); 182 verifyEvents(eventType, SessionEventType.DESTROY); 186 public void willNotTimeoutSessionWhichIsStored(SessionEventType eventType) throws Exception { argument 190 local.timeout(mockInternalSession, eventType); 195 private void verifyEvent(SessionEventType eventType) { argument 196 verifyEvents(eventType);
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/ |
| H A D | LocalOperations.java | 155 * @param eventType The type of time out event (must be either {@link SessionEventType#MAX_TIMEOUT} 158 public void timeout(InternalSession session, SessionEventType eventType) { argument 161 Reject.ifFalse(eventType == IDLE_TIMEOUT || eventType == MAX_TIMEOUT, 165 sessionEventBroker.onEvent(new InternalSessionEvent(session, eventType, timedOutTimeInMillis)); 343 * @param eventType An integrate from the SessionEvent class. 345 private void signalRemove(InternalSession session, SessionEventType eventType) { argument 346 signalRemove(session, eventType, Time.currentTimeMillis()); 349 private void signalRemove(InternalSession session, SessionEventType eventType, long eventTime) { argument 351 sessionEventBroker.onEvent(new InternalSessionEvent(session, eventType, eventTim [all...] |