Class PendingCompletionAuthenticationActionEvent
Object
se.curity.identityserver.sdk.data.events.AuthenticationEvent
se.curity.identityserver.sdk.data.events.UserAuthenticationEvent
se.curity.identityserver.sdk.data.events.PendingCompletionAuthenticationActionEvent
- All Implemented Interfaces:
SerializableAsMap,Event
An authentication obligation action event.
- Since:
- 3.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionPendingCompletionAuthenticationActionEvent(String sessionId, @Nullable String actionId, String authenticatorId, String subject, String acr, AuthenticationAttributes authenticationAttributes, AuthenticationActionAttributes authenticationActionAttributes, RequiredActionCompletion requiredActionCompletion, String profileId) Creates anPendingCompletionAuthenticationActionEvent. -
Method Summary
Methods 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
-
PendingCompletionAuthenticationActionEvent
public PendingCompletionAuthenticationActionEvent(String sessionId, @Nullable String actionId, String authenticatorId, String subject, String acr, AuthenticationAttributes authenticationAttributes, AuthenticationActionAttributes authenticationActionAttributes, RequiredActionCompletion requiredActionCompletion, String profileId) Creates anPendingCompletionAuthenticationActionEvent.- Parameters:
sessionId- The ID of the session bound to this loginactionId- The ID of the action that triggered this eventauthenticatorId- The authenticator instance ID that the action is configured onsubject- The subject of whoever logged inacr- The ACR (Authentication Context Class Reference, i.e., authentication method)authenticationAttributes- TheAuthenticationAttributesbefore theAuthenticationActionwas appliedauthenticationActionAttributes- TheAuthenticationActionAttributesbefore theAuthenticationActionwas appliedrequiredActionCompletion- TheRequiredActionCompletioncreated by theAuthenticationActionprofileId- The ID of the profile from which this event originated
-
-
Method Details
-
asMap
Description copied from interface:EventGet a map representation of thisEvent.- Specified by:
asMapin interfaceEvent- Specified by:
asMapin interfaceSerializableAsMap- Overrides:
asMapin classUserAuthenticationEvent- Returns:
- a
Maprepresentation of thisEvent. This can be used to serialize events. Sub-types are encouraged to override this method, callingsuper.asMap()and enriching the returned mutableMapwith the more specific information added by the sub-type.
-
getActionId
-
getAuthenticatorId
-
getSubject
Get the subject of whoever performed the login.- Returns:
- the authenticated subject
-
getAcr
-
getAuthenticationAttributes
-
getAuthenticationActionAttributes
Gets the current authentication action attributes.- Returns:
- The current authentication action attributes.
- Since:
- 7.3.0
-
getObligation
-