Class CreatedSsoSessionEvent
Object
se.curity.identityserver.sdk.data.events.AuthenticationEvent
se.curity.identityserver.sdk.data.events.UserAuthenticationEvent
se.curity.identityserver.sdk.data.events.SessionEvent
se.curity.identityserver.sdk.data.events.CreatedSsoSessionEvent
- All Implemented Interfaces:
SerializableAsMap,AuditableEvent,Event
Event fired when an SSO session is created.
- Since:
- 2.3.1
-
Constructor Summary
ConstructorsConstructorDescriptionCreatedSsoSessionEvent(String sessionId, String subject, String acr, AuthenticationAttributes authenticationAttributes, Instant authenticationInstant, @Nullable String oauthProfileId, @Nullable String oauthClientId, String profileId) CreatedSsoSessionEvent(String sessionId, String subject, String acr, AuthenticationAttributes authenticationAttributes, Instant authenticationInstant, @Nullable String serviceProviderId, String profileId) -
Method Summary
Methods inherited from class se.curity.identityserver.sdk.data.events.SessionEvent
asMap, getAcr, getAuthenticationAttributes, getAuthenticationInstant, getOauthClientId, getOauthProfileId, getServiceProviderId, getSubjectMethods inherited from class se.curity.identityserver.sdk.data.events.UserAuthenticationEvent
getSessionIdMethods inherited from class se.curity.identityserver.sdk.data.events.AuthenticationEvent
getProfileId, toString
-
Constructor Details
-
CreatedSsoSessionEvent
-
CreatedSsoSessionEvent
-
-
Method Details
-
getAuditData
Description copied from interface:AuditableEventGet allAuditDataassociated with this auditable event.This method must always return the same instant of
AuditData.- Specified by:
getAuditDatain interfaceAuditableEvent- Returns:
- the
AuditDataconcisely describing the auditable data of this event
-