Class SetUsernamelessUsageToContextConsumer
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.impl.BaseWebAuthnAuthenticationContextConsumer
net.shibboleth.idp.plugin.authn.webauthn.impl.SetUsernamelessUsageToContextConsumer
- All Implemented Interfaces:
Consumer<ProfileRequestContext>
public class SetUsernamelessUsageToContextConsumer
extends BaseWebAuthnAuthenticationContextConsumer
A consumer that sets the isUsernameless mode flag to the authentication context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoAccept(WebAuthnAuthenticationContext webAuthnContext) Consume the WebAuthn authentication context.Methods inherited from class net.shibboleth.idp.plugin.authn.webauthn.impl.BaseWebAuthnAuthenticationContextConsumer
accept
-
Constructor Details
-
SetUsernamelessUsageToContextConsumer
public SetUsernamelessUsageToContextConsumer()
-
-
Method Details
-
doAccept
Consume the WebAuthn authentication context. Implementations must override this method.- Specified by:
doAcceptin classBaseWebAuthnAuthenticationContextConsumer- Parameters:
webAuthnContext- the WebAuthn authentication context
-