Class IsSecondFactorAuthenticationMode

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

@ThreadSafe public class IsSecondFactorAuthenticationMode extends Object implements Predicate<ProfileRequestContext>
A predicate that lookups into the context to find if the authentication flow is acting as a second factor.
Since:
1.1.0
  • Field Details

    • log

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

    • IsSecondFactorAuthenticationMode

      public IsSecondFactorAuthenticationMode()
  • Method Details