Class AdminSearchCredentialsLookupFunction
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.impl.AdminSearchCredentialsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,Collection<EnhancedCredentialRecord>>
public class AdminSearchCredentialsLookupFunction
extends Object
implements Function<ProfileRequestContext,Collection<EnhancedCredentialRecord>>
A credential lookup function that returns the credentials belonging to the user that has been searched for in the
management interface.
-
Constructor Details
-
AdminSearchCredentialsLookupFunction
public AdminSearchCredentialsLookupFunction()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Collection<EnhancedCredentialRecord>>
-