Class UsernameLookupFromRegistrationContext

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.context.navigate.UsernameLookupFromRegistrationContext
All Implemented Interfaces:
Function<ProfileRequestContext,String>

public class UsernameLookupFromRegistrationContext extends Object implements Function<ProfileRequestContext,String>
Pull out a username from a WebAuthn Registration Context if it exists. Useful when operating inside a WebAuthn registration flow.
  • Field Details

    • log

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

    • UsernameLookupFromRegistrationContext

      public UsernameLookupFromRegistrationContext()
  • Method Details