Searched refs:SESSION_CREATION (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionEventType.java31 SESSION_CREATION(0), enum constant in enum:SessionEventType
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/sso/providers/dpro/
H A DSSOSessionListener.java63 if (evtType == SessionEvent.SESSION_CREATION
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DSessionAuditorTest.java86 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
98 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
110 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
122 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
134 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
146 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
158 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
170 JsonValue auditEvent = fireSessionEvent(SessionEventType.SESSION_CREATION);
272 sessionAuditor.onEvent(new InternalSessionEvent(session, SessionEventType.SESSION_CREATION,
H A DSessionNotificationPublisherTest.java65 List<JsonValue> notifications = fireSessionEvent(SessionEventType.SESSION_CREATION);
90 assertSendsNotificationForSessionEvent(SessionEventType.SESSION_CREATION);
H A DInternalSessionTest.java130 verifyEvent(session, SessionEventType.SESSION_CREATION);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionEvent.java41 * <code>SESSION_CREATION</code>,
60 public static final int SESSION_CREATION = 0; field in class:SessionEvent
106 * <code>SESSION_CREATION</code>,
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionNotificationPublisher.java57 case SESSION_CREATION:
H A DSessionAuditor.java86 case SESSION_CREATION:
H A DSessionLogging.java99 case SESSION_CREATION:
H A DSessionNotificationSender.java106 case SESSION_CREATION:
H A DInternalSession.java164 * The URL map for session events of THIS session only : SESSION_CREATION, IDLE_TIMEOUT, MAX_TIMEOUT, LOGOUT,
727 fireSessionEvent(SessionEventType.SESSION_CREATION);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionLogging.java144 case SessionEvent.SESSION_CREATION:
H A DInternalSession.java348 * The URL map for session events of THIS session only : SESSION_CREATION,
1147 sessionLogging.logEvent(sessionInfo, SessionEvent.SESSION_CREATION);
1149 sessionService.sendEvent(this, SessionEvent.SESSION_CREATION);

Completed in 31 milliseconds