Class CreatePublicKeyCredentialRequestOptions

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

public class CreatePublicKeyCredentialRequestOptions extends AbstractWebAuthnAction<WebAuthnAuthenticationContext>
Action to create CreatePublicKeyCredentialRequestOptions from the parameters in the WebAuthn context using the supplied client.
Precondition:
ProfileRequestContext.getSubcontext(WebAuthnAuthenticationContext.class) != null
Postcondition:
A PublicKeyCredentialRequestOptions is added to the authentication context
  • Field Details

    • log

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

    • CreatePublicKeyCredentialRequestOptions

      protected CreatePublicKeyCredentialRequestOptions()
      Constructor.
  • Method Details