Class EnsureAllowedCredentialsIsEmpty

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

public class EnsureAllowedCredentialsIsEmpty extends AbstractWebAuthnAction<WebAuthnAuthenticationContext>
An action that blanks any existing registered credentials in the WebAuthn authentication context.
Precondition:
ProfileRequestContext.getSubcontext(WebAuthnAuthenticationContext.class) != null
Postcondition:
WebAuthnAuthenticationContext.getExistingCredentials() == null
  • Field Details

    • log

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

    • EnsureAllowedCredentialsIsEmpty

      protected EnsureAllowedCredentialsIsEmpty()
      Constructor.
  • Method Details