Class DefaultUserHandleLookupStrategy

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.impl.DefaultUserHandleLookupStrategy
All Implemented Interfaces:
Function<ProfileRequestContext,byte[]>

@ThreadSafe public class DefaultUserHandleLookupStrategy extends Object implements Function<ProfileRequestContext,byte[]>
A strategy to locate the userHandle first from an assertion response and then, if that does not exist, from the userId in the WebAuthn authentication context.
Since:
1.1.0
  • Field Details

    • log

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

    • DefaultUserHandleLookupStrategy

      public DefaultUserHandleLookupStrategy()
  • Method Details