public class InternalSessionEvent extends Object
InternalSession
,
SessionEventType
Constructor and Description |
---|
InternalSessionEvent(InternalSession internalSession,
SessionEventType eventType,
long eventTime)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
InternalSession |
getInternalSession()
Gets the session object which emitted this event.
|
long |
getTime()
Gets the time of this event.
|
SessionEventType |
getType()
Gets the type of event that has occurred.
|
public InternalSessionEvent(InternalSession internalSession, SessionEventType eventType, long eventTime)
internalSession
- The session object which emitted this event.eventType
- The event which has occurred.eventTime
- The event time as UTC milliseconds from the epoch.public InternalSession getInternalSession()
public SessionEventType getType()
public long getTime()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.