Class RegistrationErrorMessageLookupFunction

java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
net.shibboleth.idp.plugin.authn.webauthn.context.navigate.RegistrationErrorMessageLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,String>, ContextDataLookupFunction<ProfileRequestContext,String>, Aware, ApplicationContextAware

public class RegistrationErrorMessageLookupFunction extends ApplicationObjectSupport implements ContextDataLookupFunction<ProfileRequestContext,String>
A function that examines the state of a request and produces an appropriate message for WebAuthn flow views.

NOTE: The result of this function is NOT HTML-encoded in any way and must be encoded for safety if used.

  • Field Details

  • Constructor Details

    • RegistrationErrorMessageLookupFunction

      public RegistrationErrorMessageLookupFunction()
      Constructor.
  • Method Details