Class BaseWebAuthnAuthenticationContextConsumer

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.impl.BaseWebAuthnAuthenticationContextConsumer
All Implemented Interfaces:
Consumer<ProfileRequestContext>
Direct Known Subclasses:
SetPaswordlessUsageToContextConsumer, SetSecondFactorUsageToContextConsumer, SetUsernamelessUsageToContextConsumer

public abstract class BaseWebAuthnAuthenticationContextConsumer extends Object implements Consumer<ProfileRequestContext>
A base class that pulls out the WebAuthnAuthenticationContext for consumers to use.