Class IsPasswordlessAuthenticationMode

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.context.logic.IsPasswordlessAuthenticationMode
All Implemented Interfaces:
Predicate<ProfileRequestContext>

@ThreadSafe public class IsPasswordlessAuthenticationMode extends Object implements Predicate<ProfileRequestContext>
A predicate that lookups into the context to find if the authentication flow is passwordless.
Since:
1.1.0
  • Field Details

    • log

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

    • IsPasswordlessAuthenticationMode

      public IsPasswordlessAuthenticationMode()
  • Method Details