Class CreatePublicKeyCredentialCreationOptions

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

public class CreatePublicKeyCredentialCreationOptions extends AbstractWebAuthnAction<WebAuthnRegistrationContext>
Action to create a PublicKeyCredentialCreationOptions from the parameters in the WebAuthn context using the available client.
Event:
{WebAuthnRegistrationEventIds#INVALID_REGISTRATION_CTX}, EventIds.IO_ERROR
Precondition:
ProfileRequestContext.getSubcontext(WebAuthnRegistrationContext.class) != null
Postcondition:
a PublicKeyCredentialCreationOptions is added to the registration context
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • CreatePublicKeyCredentialCreationOptions

      protected CreatePublicKeyCredentialCreationOptions()
      Constructor.
  • Method Details