Class PopulateWebAuthnAuthenticationContext

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class PopulateWebAuthnAuthenticationContext extends AbstractAuthenticationAction
An action to create (or lookup) the WebAuthnAuthenticationContext and populate with the username found from the username lookup strategy. The username can be null if usernameRequiredPredicate is false, otherwise it must be present.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_PROFILE_CTX
Postcondition:
See above.