Class IsUsernameCollectionRequired

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.plugin.authn.webauthn.context.logic.IsUsernameCollectionRequired
All Implemented Interfaces:
Predicate<ProfileRequestContext>, Component, DestructableComponent, InitializableComponent

public class IsUsernameCollectionRequired extends AbstractInitializableComponent implements Predicate<ProfileRequestContext>
A predicate that determines if a username already exists in the authentication context.
  • Field Details

    • log

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

    • IsUsernameCollectionRequired

      public IsUsernameCollectionRequired()
  • Method Details