Class TriggerRegistrationOnLoad

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.impl.TriggerRegistrationOnLoad
All Implemented Interfaces:
Predicate<ProfileRequestContext>

public class TriggerRegistrationOnLoad extends Object implements Predicate<ProfileRequestContext>
Predicate wrapping an injectable predicate, indicating whether the WebAuthn registration ceremony should be automatically triggered when the page loads. A value of true means the ceremony should be invoked on load; false means it should not.

The view is responsible for acting on this predicate’s outcome. The default value is false.

  • Field Details

  • Constructor Details

    • TriggerRegistrationOnLoad

      public TriggerRegistrationOnLoad()
      Constructor.
  • Method Details