Class ExistingAuthenticationCredentialsLookupStrategy
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.impl.ExistingAuthenticationCredentialsLookupStrategy
- All Implemented Interfaces:
Function<ProfileRequestContext,Collection<EnhancedCredentialRecord>>
public class ExistingAuthenticationCredentialsLookupStrategy
extends Object
implements Function<ProfileRequestContext,Collection<EnhancedCredentialRecord>>
A credential lookup function that returns the list of existing credentials from the
WebAuthnAuthenticationContext.-
Constructor Details
-
ExistingAuthenticationCredentialsLookupStrategy
public ExistingAuthenticationCredentialsLookupStrategy()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Collection<EnhancedCredentialRecord>>
-