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